Html Css Color HEX #12F2EC Bright Turquoise

📋 copy color: '#12F2EC'

red 18 ◦ green 242 ◦ blue 236

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

Shades of Bright Turquoise #12F2EC

Tints of Bright Turquoise #12F2EC

RGB

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

 GREEN value IS 242 (94.92% from 255) = 48.79%

 BLUE value IS 236 (92.58% from 255) = 47.58%

R = 3.63%
G = 48.79%
B = 47.58%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#12F2EC (or 0x12F2EC) is known color: Bright Turquoise. HEX triplet: 12, F2 and EC. RGB value is (18,242,236). Sum of RGB (Red+Green+Blue) = 18+242+236=496 (65% of max value = 765). Red value is 18 (7.42% from 255 or 3.63% from 496); Green value is 242 (94.92% from 255 or 48.79% from 496); Blue value is 236 (92.58% from 255 or 47.58% from 496); Max value from RGB is 242 - color contains mainly: green. Hex color #12F2EC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #12F2EC is #ED0D13. Grayscale: #AEAEAE. Windows color (decimal): -15535380 or 15528466. OLE color: 15528466.

HSL color Cylindrical-coordinate representation of color #12F2EC: hue angle of 178.39º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F2EC is Cyan = 0.93, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 18 242 236 -
CMYK 0.93 0 0.02 0.05
HSL 178.39º 0.9% 0.51% -
HSV(B) 178.39º 0.93% 0.95% -
XYZ 47.14 69.69 90.32 -
YUV 174.34 162.79 16.49 -
System Red Green Blue C M Y K H S L
Decimal 18 242 236 0.93 0 0.02 0.05 178.39 0.9 0.51
Hex 12 F2 EC 5D 0 2 5 B2 5A 33
Octal 22 362 354 135 0 2 5 262 132 63
Binary 10010 11110010 11101100 1011101 0 10 101 10110010 1011010 110011

Color Harmonies of #12F2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F2EC

Black with #12F2EC

Text Example


Text Example

White with #12F2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,242,236); }

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

background-color css

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

 a { background-color: rgb(18,242,236); }

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

border-color css

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

 span { border-color: rgb(18,242,236); }

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