Html Css Color HEX #0CCED5 Dark Turquoise

📋 copy color: '#0CCED5'

red 12 ◦ green 206 ◦ blue 213

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

Shades of Dark Turquoise #0CCED5

Tints of Dark Turquoise #0CCED5

RGB

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

 GREEN value IS 206 (80.86% from 255) = 47.8%

 BLUE value IS 213 (83.59% from 255) = 49.42%

R = 2.78%
G = 47.8%
B = 49.42%

CMYK

 C value IS 0.94

 M value IS 0.03

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#0CCED5 (or 0x0CCED5) is known color: Dark Turquoise. HEX triplet: 0C, CE and D5. RGB value is (12,206,213). Sum of RGB (Red+Green+Blue) = 12+206+213=431 (57% of max value = 765). Red value is 12 (5.08% from 255 or 2.78% from 431); Green value is 206 (80.86% from 255 or 47.80% from 431); Blue value is 213 (83.59% from 255 or 49.42% from 431); Max value from RGB is 213 - color contains mainly: blue. Hex color #0CCED5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CCED5 is #F3312A. Grayscale: #949494. Windows color (decimal): -15937835 or 14011916. OLE color: 14011916.

HSL color Cylindrical-coordinate representation of color #0CCED5: hue angle of 182.09º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CCED5 is Cyan = 0.94, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 12 206 213 -
CMYK 0.94 0.03 0 0.16
HSL 182.09º 0.89% 0.44% -
HSV(B) 182.09º 0.94% 0.84% -
XYZ 34.23 49.02 70.61 -
YUV 148.79 164.23 30.43 -
System Red Green Blue C M Y K H S L
Decimal 12 206 213 0.94 0.03 0 0.16 182.09 0.89 0.44
Hex C CE D5 5E 3 0 10 B6 59 2C
Octal 14 316 325 136 3 0 20 266 131 54
Binary 1100 11001110 11010101 1011110 11 0 10000 10110110 1011001 101100

Color Harmonies of #0CCED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCED5

Black with #0CCED5

Text Example


Text Example

White with #0CCED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,206,213); }

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

background-color css

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

 a { background-color: rgb(12,206,213); }

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

border-color css

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

 span { border-color: rgb(12,206,213); }

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