Html Css Color HEX #0BFFDF Bright Turquoise

📋 copy color: '#0BFFDF'

red 11 ◦ green 255 ◦ blue 223

#0BFFDF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Turquoise #0BFFDF

Tints of Bright Turquoise #0BFFDF

RGB

 RED value IS 11 (4.69% from 255) = 2.25%

 GREEN value IS 255 (100% from 255) = 52.15%

 BLUE value IS 223 (87.5% from 255) = 45.6%

R = 2.25%
G = 52.15%
B = 45.6%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.13

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0BFFDF (or 0x0BFFDF) is known color: Bright Turquoise. HEX triplet: 0B, FF and DF. RGB value is (11,255,223). Sum of RGB (Red+Green+Blue) = 11+255+223=489 (64% of max value = 765). Red value is 11 (4.69% from 255 or 2.25% from 489); Green value is 255 (100% from 255 or 52.15% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 255 - color contains mainly: green. Hex color #0BFFDF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BFFDF is #F40020. Grayscale: #B2B2B2. Windows color (decimal): -15990817 or 14679819. OLE color: 14679819.

HSL color Cylindrical-coordinate representation of color #0BFFDF: hue angle of 172.13º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BFFDF is Cyan = 0.96, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB 11 255 223 -
CMYK 0.96 0 0.13 0
HSL 172.13º 1% 0.52% -
HSV(B) 172.13º 0.96% 1% -
XYZ 49.22 76.92 82.06 -
YUV 178.4 153.16 8.6 -
System Red Green Blue C M Y K H S L
Decimal 11 255 223 0.96 0 0.13 0 172.13 1 0.52
Hex B FF DF 60 0 D 0 AC 64 34
Octal 13 377 337 140 0 15 0 254 144 64
Binary 1011 11111111 11011111 1100000 0 1101 0 10101100 1100100 110100

Color Harmonies of #0BFFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BFFDF

Black with #0BFFDF

Text Example


Text Example

White with #0BFFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0BFFDF; }

 p { color: rgb(11,255,223); }

 H1.HeaderClassName
 {
   color: #0BFFDF;
 }
 .AnyTagClassName
 {
   color: #0BFFDF;
 }
</style>

background-color css

<style>
 a { background-color: #0BFFDF; }

 a { background-color: rgb(11,255,223); }

 div.DivClassName
 {
   background-color: #0BFFDF;
 }
 .BgClassName
 {
   background-color: #0BFFDF;
 }
</style>

border-color css

<style>
 span { border-color: #0BFFDF; }

 span { border-color: rgb(11,255,223); }

 td.TdClassName
 {
   border-color: #0BFFDF;
 }
 .TagClassName
 {
   border-color: #0BFFDF;
 }
</style>