Html Css Color HEX #0CECDD Bright Turquoise

📋 copy color: '#0CECDD'

red 12 ◦ green 236 ◦ blue 221

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

Shades of Bright Turquoise #0CECDD

Tints of Bright Turquoise #0CECDD

RGB

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

 GREEN value IS 236 (92.58% from 255) = 50.32%

 BLUE value IS 221 (86.72% from 255) = 47.12%

R = 2.56%
G = 50.32%
B = 47.12%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#0CECDD (or 0x0CECDD) is known color: Bright Turquoise. HEX triplet: 0C, EC and DD. RGB value is (12,236,221). Sum of RGB (Red+Green+Blue) = 12+236+221=469 (62% of max value = 765). Red value is 12 (5.08% from 255 or 2.56% from 469); Green value is 236 (92.58% from 255 or 50.32% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 236 - color contains mainly: green. Hex color #0CECDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CECDD is #F31322. Grayscale: #A7A7A7. Windows color (decimal): -15930147 or 14543884. OLE color: 14543884.

HSL color Cylindrical-coordinate representation of color #0CECDD: hue angle of 175.98º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CECDD is Cyan = 0.95, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 12 236 221 -
CMYK 0.95 0 0.06 0.07
HSL 175.98º 0.9% 0.49% -
HSV(B) 175.98º 0.95% 0.93% -
XYZ 43.2 65.29 78.73 -
YUV 167.31 158.29 17.22 -
System Red Green Blue C M Y K H S L
Decimal 12 236 221 0.95 0 0.06 0.07 175.98 0.9 0.49
Hex C EC DD 5F 0 6 7 B0 5A 31
Octal 14 354 335 137 0 6 7 260 132 61
Binary 1100 11101100 11011101 1011111 0 110 111 10110000 1011010 110001

Color Harmonies of #0CECDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CECDD

Black with #0CECDD

Text Example


Text Example

White with #0CECDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,236,221); }

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

background-color css

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

 a { background-color: rgb(12,236,221); }

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

border-color css

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

 span { border-color: rgb(12,236,221); }

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