Html Css Color HEX #0CDECC Bright Turquoise

📋 copy color: '#0CDECC'

red 12 ◦ green 222 ◦ blue 204

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

Shades of Bright Turquoise #0CDECC

Tints of Bright Turquoise #0CDECC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 50.68%

 BLUE value IS 204 (80.08% from 255) = 46.58%

R = 2.74%
G = 50.68%
B = 46.58%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#0CDECC (or 0x0CDECC) is known color: Bright Turquoise. HEX triplet: 0C, DE and CC. RGB value is (12,222,204). Sum of RGB (Red+Green+Blue) = 12+222+204=438 (58% of max value = 765). Red value is 12 (5.08% from 255 or 2.74% from 438); Green value is 222 (87.11% from 255 or 50.68% from 438); Blue value is 204 (80.08% from 255 or 46.58% from 438); Max value from RGB is 222 - color contains mainly: green. Hex color #0CDECC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CDECC is #F32133. Grayscale: #9D9D9D. Windows color (decimal): -15933748 or 13426188. OLE color: 13426188.

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

Color convert

RGB 12 222 204 -
CMYK 0.95 0 0.08 0.13
HSL 174.86º 0.9% 0.46% -
HSV(B) 174.86º 0.95% 0.87% -
XYZ 37.17 56.68 66.11 -
YUV 157.16 154.43 24.46 -
System Red Green Blue C M Y K H S L
Decimal 12 222 204 0.95 0 0.08 0.13 174.86 0.9 0.46
Hex C DE CC 5F 0 8 D AF 5A 2E
Octal 14 336 314 137 0 10 15 257 132 56
Binary 1100 11011110 11001100 1011111 0 1000 1101 10101111 1011010 101110

Color Harmonies of #0CDECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CDECC

Black with #0CDECC

Text Example


Text Example

White with #0CDECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,222,204); }

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

background-color css

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

 a { background-color: rgb(12,222,204); }

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

border-color css

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

 span { border-color: rgb(12,222,204); }

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