Html Css Color HEX #12E6F9 Bright Turquoise

📋 copy color: '#12E6F9'

red 18 ◦ green 230 ◦ blue 249

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

Shades of Bright Turquoise #12E6F9

Tints of Bright Turquoise #12E6F9

RGB

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

 GREEN value IS 230 (90.23% from 255) = 46.28%

 BLUE value IS 249 (97.66% from 255) = 50.1%

R = 3.62%
G = 46.28%
B = 50.1%

CMYK

 C value IS 0.93

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#12E6F9 (or 0x12E6F9) is known color: Bright Turquoise. HEX triplet: 12, E6 and F9. RGB value is (18,230,249). Sum of RGB (Red+Green+Blue) = 18+230+249=497 (65% of max value = 765). Red value is 18 (7.42% from 255 or 3.62% from 497); Green value is 230 (90.23% from 255 or 46.28% from 497); Blue value is 249 (97.66% from 255 or 50.10% from 497); Max value from RGB is 249 - color contains mainly: blue. Hex color #12E6F9 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #12E6F9 is #ED1906. Grayscale: #A8A8A8. Windows color (decimal): -15538439 or 16377362. OLE color: 16377362.

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

Color convert

RGB 18 230 249 -
CMYK 0.93 0.08 0 0.02
HSL 184.94º 0.95% 0.52% -
HSV(B) 184.94º 0.93% 0.98% -
XYZ 45.65 63.56 99.49 -
YUV 168.78 173.26 20.46 -
System Red Green Blue C M Y K H S L
Decimal 18 230 249 0.93 0.08 0 0.02 184.94 0.95 0.52
Hex 12 E6 F9 5D 8 0 2 B9 5F 34
Octal 22 346 371 135 10 0 2 271 137 64
Binary 10010 11100110 11111001 1011101 1000 0 10 10111001 1011111 110100

Color Harmonies of #12E6F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12E6F9

Black with #12E6F9

Text Example


Text Example

White with #12E6F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,230,249); }

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

background-color css

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

 a { background-color: rgb(18,230,249); }

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

border-color css

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

 span { border-color: rgb(18,230,249); }

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