Html Css Color HEX #12EECA Bright Turquoise

📋 copy color: '#12EECA'

red 18 ◦ green 238 ◦ blue 202

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

Shades of Bright Turquoise #12EECA

Tints of Bright Turquoise #12EECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.1%

R = 3.93%
G = 51.97%
B = 44.1%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#12EECA (or 0x12EECA) is known color: Bright Turquoise. HEX triplet: 12, EE and CA. RGB value is (18,238,202). Sum of RGB (Red+Green+Blue) = 18+238+202=458 (60% of max value = 765). Red value is 18 (7.42% from 255 or 3.93% from 458); Green value is 238 (93.36% from 255 or 51.97% from 458); Blue value is 202 (79.30% from 255 or 44.10% from 458); Max value from RGB is 238 - color contains mainly: green. Hex color #12EECA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12EECA is #ED1135. Grayscale: #A8A8A8. Windows color (decimal): -15536438 or 13299218. OLE color: 13299218.

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

Color convert

RGB 18 238 202 -
CMYK 0.92 0 0.15 0.07
HSL 170.18º 0.87% 0.5% -
HSV(B) 170.18º 0.92% 0.93% -
XYZ 41.48 65.54 66.34 -
YUV 168.12 147.11 20.93 -
System Red Green Blue C M Y K H S L
Decimal 18 238 202 0.92 0 0.15 0.07 170.18 0.87 0.5
Hex 12 EE CA 5C 0 F 7 AA 57 32
Octal 22 356 312 134 0 17 7 252 127 62
Binary 10010 11101110 11001010 1011100 0 1111 111 10101010 1010111 110010

Color Harmonies of #12EECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12EECA

Black with #12EECA

Text Example


Text Example

White with #12EECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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