Html Css Color HEX #12E7CC Bright Turquoise

📋 copy color: '#12E7CC'

red 18 ◦ green 231 ◦ blue 204

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

Shades of Bright Turquoise #12E7CC

Tints of Bright Turquoise #12E7CC

RGB

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

 GREEN value IS 231 (90.63% from 255) = 50.99%

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

R = 3.97%
G = 50.99%
B = 45.03%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#12E7CC (or 0x12E7CC) is known color: Bright Turquoise. HEX triplet: 12, E7 and CC. RGB value is (18,231,204). Sum of RGB (Red+Green+Blue) = 18+231+204=453 (60% of max value = 765). Red value is 18 (7.42% from 255 or 3.97% from 453); Green value is 231 (90.62% from 255 or 50.99% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 231 - color contains mainly: green. Hex color #12E7CC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12E7CC is #ED1833. Grayscale: #A4A4A4. Windows color (decimal): -15538228 or 13428498. OLE color: 13428498.

HSL color Cylindrical-coordinate representation of color #12E7CC: hue angle of 172.39º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12E7CC is Cyan = 0.92, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 18 231 204 -
CMYK 0.92 0 0.12 0.09
HSL 172.39º 0.86% 0.49% -
HSV(B) 172.39º 0.92% 0.91% -
XYZ 39.72 61.64 66.93 -
YUV 164.24 150.43 23.7 -
System Red Green Blue C M Y K H S L
Decimal 18 231 204 0.92 0 0.12 0.09 172.39 0.86 0.49
Hex 12 E7 CC 5C 0 C 9 AC 56 31
Octal 22 347 314 134 0 14 11 254 126 61
Binary 10010 11100111 11001100 1011100 0 1100 1001 10101100 1010110 110001

Color Harmonies of #12E7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12E7CC

Black with #12E7CC

Text Example


Text Example

White with #12E7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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