Html Css Color HEX #12F4CA Bright Turquoise

📋 copy color: '#12F4CA'

red 18 ◦ green 244 ◦ blue 202

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

Shades of Bright Turquoise #12F4CA

Tints of Bright Turquoise #12F4CA

RGB

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

 GREEN value IS 244 (95.7% from 255) = 52.59%

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

R = 3.88%
G = 52.59%
B = 43.53%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#12F4CA (or 0x12F4CA) is known color: Bright Turquoise. HEX triplet: 12, F4 and CA. RGB value is (18,244,202). Sum of RGB (Red+Green+Blue) = 18+244+202=464 (61% of max value = 765). Red value is 18 (7.42% from 255 or 3.88% from 464); Green value is 244 (95.70% from 255 or 52.59% from 464); Blue value is 202 (79.30% from 255 or 43.53% from 464); Max value from RGB is 244 - color contains mainly: green. Hex color #12F4CA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12F4CA is #ED0B35. Grayscale: #ABABAB. Windows color (decimal): -15534902 or 13300754. OLE color: 13300754.

HSL color Cylindrical-coordinate representation of color #12F4CA: hue angle of 168.85º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F4CA is Cyan = 0.93, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 18 244 202 -
CMYK 0.93 0 0.17 0.04
HSL 168.85º 0.91% 0.51% -
HSV(B) 168.85º 0.93% 0.96% -
XYZ 43.26 69.09 66.93 -
YUV 171.64 145.13 18.42 -
System Red Green Blue C M Y K H S L
Decimal 18 244 202 0.93 0 0.17 0.04 168.85 0.91 0.51
Hex 12 F4 CA 5D 0 11 4 A9 5B 33
Octal 22 364 312 135 0 21 4 251 133 63
Binary 10010 11110100 11001010 1011101 0 10001 100 10101001 1011011 110011

Color Harmonies of #12F4CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F4CA

Black with #12F4CA

Text Example


Text Example

White with #12F4CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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