Html Css Color HEX #08D9DF Bright Turquoise

📋 copy color: '#08D9DF'

red 8 ◦ green 217 ◦ blue 223

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

Shades of Bright Turquoise #08D9DF

Tints of Bright Turquoise #08D9DF

RGB

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

 GREEN value IS 217 (85.16% from 255) = 48.44%

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

R = 1.79%
G = 48.44%
B = 49.78%

CMYK

 C value IS 0.96

 M value IS 0.03

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#08D9DF (or 0x08D9DF) is known color: Bright Turquoise. HEX triplet: 08, D9 and DF. RGB value is (8,217,223). Sum of RGB (Red+Green+Blue) = 8+217+223=448 (59% of max value = 765). Red value is 8 (3.52% from 255 or 1.79% from 448); Green value is 217 (85.16% from 255 or 48.44% from 448); Blue value is 223 (87.5% from 255 or 49.78% from 448); Max value from RGB is 223 - color contains mainly: blue. Hex color #08D9DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08D9DF is #F72620. Grayscale: #9A9A9A. Windows color (decimal): -16197153 or 14670088. OLE color: 14670088.

HSL color Cylindrical-coordinate representation of color #08D9DF: hue angle of 181.67º 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 #08D9DF is Cyan = 0.96, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 8 217 223 -
CMYK 0.96 0.03 0 0.13
HSL 181.67º 0.93% 0.45% -
HSV(B) 181.67º 0.96% 0.87% -
XYZ 38.23 55.01 78.41 -
YUV 155.19 166.26 23.01 -
System Red Green Blue C M Y K H S L
Decimal 8 217 223 0.96 0.03 0 0.13 181.67 0.93 0.45
Hex 8 D9 DF 60 3 0 D B6 5D 2D
Octal 10 331 337 140 3 0 15 266 135 55
Binary 1000 11011001 11011111 1100000 11 0 1101 10110110 1011101 101101

Color Harmonies of #08D9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08D9DF

Black with #08D9DF

Text Example


Text Example

White with #08D9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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