Html Css Color HEX #12E6FA Bright Turquoise

📋 copy color: '#12E6FA'

red 18 ◦ green 230 ◦ blue 250

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

Shades of Bright Turquoise #12E6FA

Tints of Bright Turquoise #12E6FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.2%

R = 3.61%
G = 46.18%
B = 50.2%

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

#12E6FA (or 0x12E6FA) is known color: Bright Turquoise. HEX triplet: 12, E6 and FA. RGB value is (18,230,250). Sum of RGB (Red+Green+Blue) = 18+230+250=498 (65% of max value = 765). Red value is 18 (7.42% from 255 or 3.61% from 498); Green value is 230 (90.23% from 255 or 46.18% from 498); Blue value is 250 (98.05% from 255 or 50.20% from 498); Max value from RGB is 250 - color contains mainly: blue. Hex color #12E6FA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #12E6FA is #ED1905. Grayscale: #A8A8A8. Windows color (decimal): -15538438 or 16442898. OLE color: 16442898.

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

Color convert

RGB 18 230 250 -
CMYK 0.93 0.08 0 0.02
HSL 185.17º 0.96% 0.53% -
HSV(B) 185.17º 0.93% 0.98% -
XYZ 45.8 63.62 100.31 -
YUV 168.89 173.76 20.37 -
System Red Green Blue C M Y K H S L
Decimal 18 230 250 0.93 0.08 0 0.02 185.17 0.96 0.53
Hex 12 E6 FA 5D 8 0 2 B9 60 35
Octal 22 346 372 135 10 0 2 271 140 65
Binary 10010 11100110 11111010 1011101 1000 0 10 10111001 1100000 110101

Color Harmonies of #12E6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12E6FA

Black with #12E6FA

Text Example


Text Example

White with #12E6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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