Html Css Color HEX #12EECE Bright Turquoise

📋 copy color: '#12EECE'

red 18 ◦ green 238 ◦ blue 206

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

Shades of Bright Turquoise #12EECE

Tints of Bright Turquoise #12EECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.59%

R = 3.9%
G = 51.52%
B = 44.59%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#12EECE (or 0x12EECE) is known color: Bright Turquoise. HEX triplet: 12, EE and CE. RGB value is (18,238,206). Sum of RGB (Red+Green+Blue) = 18+238+206=462 (61% of max value = 765). Red value is 18 (7.42% from 255 or 3.90% from 462); Green value is 238 (93.36% from 255 or 51.52% from 462); Blue value is 206 (80.86% from 255 or 44.59% from 462); Max value from RGB is 238 - color contains mainly: green. Hex color #12EECE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12EECE is #ED1131. Grayscale: #A8A8A8. Windows color (decimal): -15536434 or 13561362. OLE color: 13561362.

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

Color convert

RGB 18 238 206 -
CMYK 0.92 0 0.13 0.07
HSL 171.27º 0.87% 0.5% -
HSV(B) 171.27º 0.92% 0.93% -
XYZ 41.96 65.73 68.87 -
YUV 168.57 149.11 20.6 -
System Red Green Blue C M Y K H S L
Decimal 18 238 206 0.92 0 0.13 0.07 171.27 0.87 0.5
Hex 12 EE CE 5C 0 D 7 AB 57 32
Octal 22 356 316 134 0 15 7 253 127 62
Binary 10010 11101110 11001110 1011100 0 1101 111 10101011 1010111 110010

Color Harmonies of #12EECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12EECE

Black with #12EECE

Text Example


Text Example

White with #12EECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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