Html Css Color HEX #08DFE0 Bright Turquoise

📋 copy color: '#08DFE0'

red 8 ◦ green 223 ◦ blue 224

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

Shades of Bright Turquoise #08DFE0

Tints of Bright Turquoise #08DFE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 49.23%

R = 1.76%
G = 49.01%
B = 49.23%

CMYK

 C value IS 0.96

 M value IS 0.00

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#08DFE0 (or 0x08DFE0) is known color: Bright Turquoise. HEX triplet: 08, DF and E0. RGB value is (8,223,224). Sum of RGB (Red+Green+Blue) = 8+223+224=455 (60% of max value = 765). Red value is 8 (3.52% from 255 or 1.76% from 455); Green value is 223 (87.5% from 255 or 49.01% from 455); Blue value is 224 (87.89% from 255 or 49.23% from 455); Max value from RGB is 224 - color contains mainly: blue. Hex color #08DFE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08DFE0 is #F7201F. Grayscale: #9E9E9E. Windows color (decimal): -16195616 or 14737160. OLE color: 14737160.

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

Color convert

RGB 8 223 224 -
CMYK 0.96 0.00 0 0.12
HSL 180.28º 0.93% 0.45% -
HSV(B) 180.28º 0.96% 0.88% -
XYZ 39.94 58.21 79.65 -
YUV 158.83 164.77 20.42 -
System Red Green Blue C M Y K H S L
Decimal 8 223 224 0.96 0.00 0 0.12 180.28 0.93 0.45
Hex 8 DF E0 60 0 0 C B4 5D 2D
Octal 10 337 340 140 0 0 14 264 135 55
Binary 1000 11011111 11100000 1100000 0 0 1100 10110100 1011101 101101

Color Harmonies of #08DFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08DFE0

Black with #08DFE0

Text Example


Text Example

White with #08DFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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