Html Css Color HEX #12FFEA Bright Turquoise

📋 copy color: '#12FFEA'

red 18 ◦ green 255 ◦ blue 234

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

Shades of Bright Turquoise #12FFEA

Tints of Bright Turquoise #12FFEA

RGB

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

 GREEN value IS 255 (100% from 255) = 50.3%

 BLUE value IS 234 (91.8% from 255) = 46.15%

R = 3.55%
G = 50.3%
B = 46.15%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#12FFEA (or 0x12FFEA) is known color: Bright Turquoise. HEX triplet: 12, FF and EA. RGB value is (18,255,234). Sum of RGB (Red+Green+Blue) = 18+255+234=507 (67% of max value = 765). Red value is 18 (7.42% from 255 or 3.55% from 507); Green value is 255 (100% from 255 or 50.30% from 507); Blue value is 234 (91.80% from 255 or 46.15% from 507); Max value from RGB is 255 - color contains mainly: green. Hex color #12FFEA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #12FFEA is #ED0015. Grayscale: #B5B5B5. Windows color (decimal): -15532054 or 15400722. OLE color: 15400722.

HSL color Cylindrical-coordinate representation of color #12FFEA: hue angle of 174.68º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FFEA is Cyan = 0.93, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.

Color convert

RGB 18 255 234 -
CMYK 0.93 0 0.08 0
HSL 174.68º 1% 0.54% -
HSV(B) 174.68º 0.93% 1% -
XYZ 50.86 77.59 90.14 -
YUV 181.74 157.48 11.21 -
System Red Green Blue C M Y K H S L
Decimal 18 255 234 0.93 0 0.08 0 174.68 1 0.54
Hex 12 FF EA 5D 0 8 0 AF 64 36
Octal 22 377 352 135 0 10 0 257 144 66
Binary 10010 11111111 11101010 1011101 0 1000 0 10101111 1100100 110110

Color Harmonies of #12FFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FFEA

Black with #12FFEA

Text Example


Text Example

White with #12FFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,255,234); }

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

background-color css

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

 a { background-color: rgb(18,255,234); }

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

border-color css

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

 span { border-color: rgb(18,255,234); }

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