Html Css Color HEX #08CADA Dark Turquoise

📋 copy color: '#08CADA'

red 8 ◦ green 202 ◦ blue 218

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

Shades of Dark Turquoise #08CADA

Tints of Dark Turquoise #08CADA

RGB

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

 GREEN value IS 202 (79.3% from 255) = 47.2%

 BLUE value IS 218 (85.55% from 255) = 50.93%

R = 1.87%
G = 47.2%
B = 50.93%

CMYK

 C value IS 0.96

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#08CADA (or 0x08CADA) is known color: Dark Turquoise. HEX triplet: 08, CA and DA. RGB value is (8,202,218). Sum of RGB (Red+Green+Blue) = 8+202+218=428 (56% of max value = 765). Red value is 8 (3.52% from 255 or 1.87% from 428); Green value is 202 (79.30% from 255 or 47.20% from 428); Blue value is 218 (85.55% from 255 or 50.93% from 428); Max value from RGB is 218 - color contains mainly: blue. Hex color #08CADA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08CADA is #F73525. Grayscale: #919191. Windows color (decimal): -16200998 or 14338568. OLE color: 14338568.

HSL color Cylindrical-coordinate representation of color #08CADA: hue angle of 184.57º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08CADA is Cyan = 0.96, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 8 202 218 -
CMYK 0.96 0.07 0 0.15
HSL 184.57º 0.93% 0.44% -
HSV(B) 184.57º 0.96% 0.85% -
XYZ 33.88 47.35 73.68 -
YUV 145.82 168.73 29.7 -
System Red Green Blue C M Y K H S L
Decimal 8 202 218 0.96 0.07 0 0.15 184.57 0.93 0.44
Hex 8 CA DA 60 7 0 F B9 5D 2C
Octal 10 312 332 140 7 0 17 271 135 54
Binary 1000 11001010 11011010 1100000 111 0 1111 10111001 1011101 101100

Color Harmonies of #08CADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08CADA

Black with #08CADA

Text Example


Text Example

White with #08CADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,202,218); }

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

background-color css

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

 a { background-color: rgb(8,202,218); }

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

border-color css

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

 span { border-color: rgb(8,202,218); }

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