Html Css Color HEX #00C5DA Dark Turquoise

📋 copy color: '#00C5DA'

red 0 ◦ green 197 ◦ blue 218

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

Shades of Dark Turquoise #00C5DA

Tints of Dark Turquoise #00C5DA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 47.47%

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

R = 0%
G = 47.47%
B = 52.53%

CMYK

 C value IS 1

 M value IS 0.10

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#00C5DA (or 0x00C5DA) is known color: Dark Turquoise. HEX triplet: 00, C5 and DA. RGB value is (0,197,218). Sum of RGB (Red+Green+Blue) = 0+197+218=415 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 415); Green value is 197 (77.34% from 255 or 47.47% from 415); Blue value is 218 (85.55% from 255 or 52.53% from 415); Max value from RGB is 218 - color contains mainly: blue. Hex color #00C5DA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00C5DA is #FF3A25. Grayscale: #8C8C8C. Windows color (decimal): -16726566 or 14337280. OLE color: 14337280.

HSL color Cylindrical-coordinate representation of color #00C5DA: hue angle of 185.78º 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 #00C5DA is Cyan = 1, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 0 197 218 -
CMYK 1 0.10 0 0.15
HSL 185.78º 1% 0.43% -
HSV(B) 185.78º 1% 0.85% -
XYZ 32.62 44.99 73.3 -
YUV 140.49 171.73 27.79 -
System Red Green Blue C M Y K H S L
Decimal 0 197 218 1 0.10 0 0.15 185.78 1 0.43
Hex 0 C5 DA 64 A 0 F BA 64 2B
Octal 0 305 332 144 12 0 17 272 144 53
Binary 0 11000101 11011010 1100100 1010 0 1111 10111010 1100100 101011

Color Harmonies of #00C5DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00C5DA

Black with #00C5DA

Text Example


Text Example

White with #00C5DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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