Html Css Color HEX #00C8DA Dark Turquoise

📋 copy color: '#00C8DA'

red 0 ◦ green 200 ◦ blue 218

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

Shades of Dark Turquoise #00C8DA

Tints of Dark Turquoise #00C8DA

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 200 (78.52% from 255) = 47.85%

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

R = 0%
G = 47.85%
B = 52.15%

CMYK

 C value IS 1

 M value IS 0.08

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#00C8DA (or 0x00C8DA) is known color: Dark Turquoise. HEX triplet: 00, C8 and DA. RGB value is (0,200,218). Sum of RGB (Red+Green+Blue) = 0+200+218=418 (55% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 418); Green value is 200 (78.52% from 255 or 47.85% from 418); Blue value is 218 (85.55% from 255 or 52.15% from 418); Max value from RGB is 218 - color contains mainly: blue. Hex color #00C8DA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00C8DA is #FF3725. Grayscale: #8D8D8D. Windows color (decimal): -16725798 or 14338048. OLE color: 14338048.

HSL color Cylindrical-coordinate representation of color #00C8DA: hue angle of 184.95º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C8DA is Cyan = 1, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 0 200 218 -
CMYK 1 0.08 0 0.15
HSL 184.95º 1% 0.43% -
HSV(B) 184.95º 1% 0.85% -
XYZ 33.31 46.37 73.52 -
YUV 142.25 170.74 26.54 -
System Red Green Blue C M Y K H S L
Decimal 0 200 218 1 0.08 0 0.15 184.95 1 0.43
Hex 0 C8 DA 64 8 0 F B9 64 2B
Octal 0 310 332 144 10 0 17 271 144 53
Binary 0 11001000 11011010 1100100 1000 0 1111 10111001 1100100 101011

Color Harmonies of #00C8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00C8DA

Black with #00C8DA

Text Example


Text Example

White with #00C8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00C8DA; }

 p { color: rgb(0,200,218); }

 H1.HeaderClassName
 {
   color: #00C8DA;
 }
 .AnyTagClassName
 {
   color: #00C8DA;
 }
</style>

background-color css

<style>
 a { background-color: #00C8DA; }

 a { background-color: rgb(0,200,218); }

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

border-color css

<style>
 span { border-color: #00C8DA; }

 span { border-color: rgb(0,200,218); }

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