Html Css Color HEX #12ECCC Bright Turquoise

📋 copy color: '#12ECCC'

red 18 ◦ green 236 ◦ blue 204

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

Shades of Bright Turquoise #12ECCC

Tints of Bright Turquoise #12ECCC

RGB

 RED value IS 18 (7.42% from 255) = 3.93%

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

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

R = 3.93%
G = 51.53%
B = 44.54%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#12ECCC (or 0x12ECCC) is known color: Bright Turquoise. HEX triplet: 12, EC and CC. RGB value is (18,236,204). Sum of RGB (Red+Green+Blue) = 18+236+204=458 (60% of max value = 765). Red value is 18 (7.42% from 255 or 3.93% from 458); Green value is 236 (92.58% from 255 or 51.53% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 236 - color contains mainly: green. Hex color #12ECCC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12ECCC is #ED1333. Grayscale: #A7A7A7. Windows color (decimal): -15536948 or 13429778. OLE color: 13429778.

HSL color Cylindrical-coordinate representation of color #12ECCC: hue angle of 171.19º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12ECCC is Cyan = 0.92, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 18 236 204 -
CMYK 0.92 0 0.14 0.07
HSL 171.19º 0.86% 0.5% -
HSV(B) 171.19º 0.92% 0.93% -
XYZ 41.14 64.48 67.4 -
YUV 167.17 148.78 21.6 -
System Red Green Blue C M Y K H S L
Decimal 18 236 204 0.92 0 0.14 0.07 171.19 0.86 0.5
Hex 12 EC CC 5C 0 E 7 AB 56 32
Octal 22 354 314 134 0 16 7 253 126 62
Binary 10010 11101100 11001100 1011100 0 1110 111 10101011 1010110 110010

Color Harmonies of #12ECCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12ECCC

Black with #12ECCC

Text Example


Text Example

White with #12ECCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12ECCC; }

 p { color: rgb(18,236,204); }

 H1.HeaderClassName
 {
   color: #12ECCC;
 }
 .AnyTagClassName
 {
   color: #12ECCC;
 }
</style>

background-color css

<style>
 a { background-color: #12ECCC; }

 a { background-color: rgb(18,236,204); }

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

border-color css

<style>
 span { border-color: #12ECCC; }

 span { border-color: rgb(18,236,204); }

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