Html Css Color HEX #12EECC Bright Turquoise

📋 copy color: '#12EECC'

red 18 ◦ green 238 ◦ blue 204

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

Shades of Bright Turquoise #12EECC

Tints of Bright Turquoise #12EECC

RGB

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

 GREEN value IS 238 (93.36% from 255) = 51.74%

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

R = 3.91%
G = 51.74%
B = 44.35%

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

#12EECC (or 0x12EECC) is known color: Bright Turquoise. HEX triplet: 12, EE and CC. RGB value is (18,238,204). Sum of RGB (Red+Green+Blue) = 18+238+204=460 (60% of max value = 765). Red value is 18 (7.42% from 255 or 3.91% from 460); Green value is 238 (93.36% from 255 or 51.74% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 238 - color contains mainly: green. Hex color #12EECC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12EECC is #ED1133. Grayscale: #A8A8A8. Windows color (decimal): -15536436 or 13430290. OLE color: 13430290.

HSL color Cylindrical-coordinate representation of color #12EECC: hue angle of 170.73º degrees, saturation: 0.87, 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 #12EECC is Cyan = 0.92, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 18 238 204 -
CMYK 0.92 0 0.14 0.07
HSL 170.73º 0.87% 0.5% -
HSV(B) 170.73º 0.92% 0.93% -
XYZ 41.72 65.64 67.6 -
YUV 168.34 148.11 20.76 -
System Red Green Blue C M Y K H S L
Decimal 18 238 204 0.92 0 0.14 0.07 170.73 0.87 0.5
Hex 12 EE CC 5C 0 E 7 AB 57 32
Octal 22 356 314 134 0 16 7 253 127 62
Binary 10010 11101110 11001100 1011100 0 1110 111 10101011 1010111 110010

Color Harmonies of #12EECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12EECC

Black with #12EECC

Text Example


Text Example

White with #12EECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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