Html Css Color HEX #00CDEA Dark Turquoise

📋 copy color: '#00CDEA'

red 0 ◦ green 205 ◦ blue 234

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

Shades of Dark Turquoise #00CDEA

Tints of Dark Turquoise #00CDEA

RGB

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

 GREEN value IS 205 (80.47% from 255) = 46.7%

 BLUE value IS 234 (91.8% from 255) = 53.3%

R = 0%
G = 46.7%
B = 53.3%

CMYK

 C value IS 1

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#00CDEA (or 0x00CDEA) is known color: Dark Turquoise. HEX triplet: 00, CD and EA. RGB value is (0,205,234). Sum of RGB (Red+Green+Blue) = 0+205+234=439 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 439); Green value is 205 (80.47% from 255 or 46.70% from 439); Blue value is 234 (91.80% from 255 or 53.30% from 439); Max value from RGB is 234 - color contains mainly: blue. Hex color #00CDEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00CDEA is #FF3215. Grayscale: #929292. Windows color (decimal): -16724502 or 15387904. OLE color: 15387904.

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

Color convert

RGB 0 205 234 -
CMYK 1 0.12 0 0.08
HSL 187.44º 1% 0.46% -
HSV(B) 187.44º 1% 0.92% -
XYZ 36.68 49.6 85.48 -
YUV 147.01 177.08 23.14 -
System Red Green Blue C M Y K H S L
Decimal 0 205 234 1 0.12 0 0.08 187.44 1 0.46
Hex 0 CD EA 64 C 0 8 BB 64 2E
Octal 0 315 352 144 14 0 10 273 144 56
Binary 0 11001101 11101010 1100100 1100 0 1000 10111011 1100100 101110

Color Harmonies of #00CDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00CDEA

Black with #00CDEA

Text Example


Text Example

White with #00CDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,205,234); }

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

background-color css

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

 a { background-color: rgb(0,205,234); }

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

border-color css

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

 span { border-color: rgb(0,205,234); }

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