Html Css Color HEX #12E9EF Bright Turquoise

📋 copy color: '#12E9EF'

red 18 ◦ green 233 ◦ blue 239

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

Shades of Bright Turquoise #12E9EF

Tints of Bright Turquoise #12E9EF

RGB

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

 GREEN value IS 233 (91.41% from 255) = 47.55%

 BLUE value IS 239 (93.75% from 255) = 48.78%

R = 3.67%
G = 47.55%
B = 48.78%

CMYK

 C value IS 0.92

 M value IS 0.03

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#12E9EF (or 0x12E9EF) is known color: Bright Turquoise. HEX triplet: 12, E9 and EF. RGB value is (18,233,239). Sum of RGB (Red+Green+Blue) = 18+233+239=490 (64% of max value = 765). Red value is 18 (7.42% from 255 or 3.67% from 490); Green value is 233 (91.41% from 255 or 47.55% from 490); Blue value is 239 (93.75% from 255 or 48.78% from 490); Max value from RGB is 239 - color contains mainly: blue. Hex color #12E9EF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #12E9EF is #ED1610. Grayscale: #A9A9A9. Windows color (decimal): -15537681 or 15722770. OLE color: 15722770.

HSL color Cylindrical-coordinate representation of color #12E9EF: hue angle of 181.63º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12E9EF is Cyan = 0.92, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 18 233 239 -
CMYK 0.92 0.03 0 0.06
HSL 181.63º 0.87% 0.5% -
HSV(B) 181.63º 0.92% 0.94% -
XYZ 44.97 64.64 91.77 -
YUV 169.4 167.27 20.01 -
System Red Green Blue C M Y K H S L
Decimal 18 233 239 0.92 0.03 0 0.06 181.63 0.87 0.5
Hex 12 E9 EF 5C 3 0 6 B6 57 32
Octal 22 351 357 134 3 0 6 266 127 62
Binary 10010 11101001 11101111 1011100 11 0 110 10110110 1010111 110010

Color Harmonies of #12E9EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12E9EF

Black with #12E9EF

Text Example


Text Example

White with #12E9EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,233,239); }

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

background-color css

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

 a { background-color: rgb(18,233,239); }

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

border-color css

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

 span { border-color: rgb(18,233,239); }

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