Html Css Color HEX #12FCE2 Bright Turquoise

📋 copy color: '#12FCE2'

red 18 ◦ green 252 ◦ blue 226

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

Shades of Bright Turquoise #12FCE2

Tints of Bright Turquoise #12FCE2

RGB

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

 GREEN value IS 252 (98.83% from 255) = 50.81%

 BLUE value IS 226 (88.67% from 255) = 45.56%

R = 3.63%
G = 50.81%
B = 45.56%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#12FCE2 (or 0x12FCE2) is known color: Bright Turquoise. HEX triplet: 12, FC and E2. RGB value is (18,252,226). Sum of RGB (Red+Green+Blue) = 18+252+226=496 (65% of max value = 765). Red value is 18 (7.42% from 255 or 3.63% from 496); Green value is 252 (98.83% from 255 or 50.81% from 496); Blue value is 226 (88.67% from 255 or 45.56% from 496); Max value from RGB is 252 - color contains mainly: green. Hex color #12FCE2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12FCE2 is #ED031D. Grayscale: #B2B2B2. Windows color (decimal): -15532830 or 14875666. OLE color: 14875666.

HSL color Cylindrical-coordinate representation of color #12FCE2: hue angle of 173.33º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FCE2 is Cyan = 0.93, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB 18 252 226 -
CMYK 0.93 0 0.10 0.01
HSL 173.33º 0.98% 0.53% -
HSV(B) 173.33º 0.93% 0.99% -
XYZ 48.79 75.24 83.9 -
YUV 179.07 154.48 13.11 -
System Red Green Blue C M Y K H S L
Decimal 18 252 226 0.93 0 0.10 0.01 173.33 0.98 0.53
Hex 12 FC E2 5D 0 A 1 AD 62 35
Octal 22 374 342 135 0 12 1 255 142 65
Binary 10010 11111100 11100010 1011101 0 1010 1 10101101 1100010 110101

Color Harmonies of #12FCE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FCE2

Black with #12FCE2

Text Example


Text Example

White with #12FCE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,252,226); }

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

background-color css

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

 a { background-color: rgb(18,252,226); }

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

border-color css

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

 span { border-color: rgb(18,252,226); }

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