Html Css Color HEX #08DFCB Bright Turquoise

📋 copy color: '#08DFCB'

red 8 ◦ green 223 ◦ blue 203

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

Shades of Bright Turquoise #08DFCB

Tints of Bright Turquoise #08DFCB

RGB

 RED value IS 8 (3.52% from 255) = 1.84%

 GREEN value IS 223 (87.5% from 255) = 51.38%

 BLUE value IS 203 (79.69% from 255) = 46.77%

R = 1.84%
G = 51.38%
B = 46.77%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#08DFCB (or 0x08DFCB) is known color: Bright Turquoise. HEX triplet: 08, DF and CB. RGB value is (8,223,203). Sum of RGB (Red+Green+Blue) = 8+223+203=434 (57% of max value = 765). Red value is 8 (3.52% from 255 or 1.84% from 434); Green value is 223 (87.5% from 255 or 51.38% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 223 - color contains mainly: green. Hex color #08DFCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08DFCB is #F72034. Grayscale: #9C9C9C. Windows color (decimal): -16195637 or 13360904. OLE color: 13360904.

HSL color Cylindrical-coordinate representation of color #08DFCB: hue angle of 174.42º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08DFCB is Cyan = 0.96, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 8 223 203 -
CMYK 0.96 0 0.09 0.13
HSL 174.42º 0.93% 0.45% -
HSV(B) 174.42º 0.96% 0.87% -
XYZ 37.27 57.14 65.56 -
YUV 156.44 154.27 22.13 -
System Red Green Blue C M Y K H S L
Decimal 8 223 203 0.96 0 0.09 0.13 174.42 0.93 0.45
Hex 8 DF CB 60 0 9 D AE 5D 2D
Octal 10 337 313 140 0 11 15 256 135 55
Binary 1000 11011111 11001011 1100000 0 1001 1101 10101110 1011101 101101

Color Harmonies of #08DFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08DFCB

Black with #08DFCB

Text Example


Text Example

White with #08DFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08DFCB; }

 p { color: rgb(8,223,203); }

 H1.HeaderClassName
 {
   color: #08DFCB;
 }
 .AnyTagClassName
 {
   color: #08DFCB;
 }
</style>

background-color css

<style>
 a { background-color: #08DFCB; }

 a { background-color: rgb(8,223,203); }

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

border-color css

<style>
 span { border-color: #08DFCB; }

 span { border-color: rgb(8,223,203); }

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