Html Css Color HEX #0CD3E5 Dark Turquoise

📋 copy color: '#0CD3E5'

red 12 ◦ green 211 ◦ blue 229

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

Shades of Dark Turquoise #0CD3E5

Tints of Dark Turquoise #0CD3E5

RGB

 RED value IS 12 (5.08% from 255) = 2.65%

 GREEN value IS 211 (82.81% from 255) = 46.68%

 BLUE value IS 229 (89.84% from 255) = 50.66%

R = 2.65%
G = 46.68%
B = 50.66%

CMYK

 C value IS 0.95

 M value IS 0.08

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#0CD3E5 (or 0x0CD3E5) is known color: Dark Turquoise. HEX triplet: 0C, D3 and E5. RGB value is (12,211,229). Sum of RGB (Red+Green+Blue) = 12+211+229=452 (59% of max value = 765). Red value is 12 (5.08% from 255 or 2.65% from 452); Green value is 211 (82.81% from 255 or 46.68% from 452); Blue value is 229 (89.84% from 255 or 50.66% from 452); Max value from RGB is 229 - color contains mainly: blue. Hex color #0CD3E5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CD3E5 is #F32C1A. Grayscale: #999999. Windows color (decimal): -15936539 or 15061772. OLE color: 15061772.

HSL color Cylindrical-coordinate representation of color #0CD3E5: hue angle of 184.98º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CD3E5 is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 12 211 229 -
CMYK 0.95 0.08 0 0.10
HSL 184.98º 0.9% 0.47% -
HSV(B) 184.98º 0.95% 0.9% -
XYZ 37.59 52.32 82.25 -
YUV 153.55 170.57 27.04 -
System Red Green Blue C M Y K H S L
Decimal 12 211 229 0.95 0.08 0 0.10 184.98 0.9 0.47
Hex C D3 E5 5F 8 0 A B9 5A 2F
Octal 14 323 345 137 10 0 12 271 132 57
Binary 1100 11010011 11100101 1011111 1000 0 1010 10111001 1011010 101111

Color Harmonies of #0CD3E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CD3E5

Black with #0CD3E5

Text Example


Text Example

White with #0CD3E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0CD3E5; }

 p { color: rgb(12,211,229); }

 H1.HeaderClassName
 {
   color: #0CD3E5;
 }
 .AnyTagClassName
 {
   color: #0CD3E5;
 }
</style>

background-color css

<style>
 a { background-color: #0CD3E5; }

 a { background-color: rgb(12,211,229); }

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

border-color css

<style>
 span { border-color: #0CD3E5; }

 span { border-color: rgb(12,211,229); }

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