Html Css Color HEX #08DFCD Bright Turquoise

📋 copy color: '#08DFCD'

red 8 ◦ green 223 ◦ blue 205

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

Shades of Bright Turquoise #08DFCD

Tints of Bright Turquoise #08DFCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.02%

R = 1.83%
G = 51.15%
B = 47.02%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#08DFCD (or 0x08DFCD) is known color: Bright Turquoise. HEX triplet: 08, DF and CD. RGB value is (8,223,205). Sum of RGB (Red+Green+Blue) = 8+223+205=436 (57% of max value = 765). Red value is 8 (3.52% from 255 or 1.83% from 436); Green value is 223 (87.5% from 255 or 51.15% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 223 - color contains mainly: green. Hex color #08DFCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08DFCD is #F72032. Grayscale: #9C9C9C. Windows color (decimal): -16195635 or 13491976. OLE color: 13491976.

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

Color convert

RGB 8 223 205 -
CMYK 0.96 0 0.08 0.13
HSL 174.98º 0.93% 0.45% -
HSV(B) 174.98º 0.96% 0.87% -
XYZ 37.51 57.23 66.83 -
YUV 156.66 155.27 21.96 -
System Red Green Blue C M Y K H S L
Decimal 8 223 205 0.96 0 0.08 0.13 174.98 0.93 0.45
Hex 8 DF CD 60 0 8 D AF 5D 2D
Octal 10 337 315 140 0 10 15 257 135 55
Binary 1000 11011111 11001101 1100000 0 1000 1101 10101111 1011101 101101

Color Harmonies of #08DFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08DFCD

Black with #08DFCD

Text Example


Text Example

White with #08DFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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