Html Css Color HEX #12E2FA Bright Turquoise

📋 copy color: '#12E2FA'

red 18 ◦ green 226 ◦ blue 250

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

Shades of Bright Turquoise #12E2FA

Tints of Bright Turquoise #12E2FA

RGB

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

 GREEN value IS 226 (88.67% from 255) = 45.75%

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

R = 3.64%
G = 45.75%
B = 50.61%

CMYK

 C value IS 0.93

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#12E2FA (or 0x12E2FA) is known color: Bright Turquoise. HEX triplet: 12, E2 and FA. RGB value is (18,226,250). Sum of RGB (Red+Green+Blue) = 18+226+250=494 (65% of max value = 765). Red value is 18 (7.42% from 255 or 3.64% from 494); Green value is 226 (88.67% from 255 or 45.75% from 494); Blue value is 250 (98.05% from 255 or 50.61% from 494); Max value from RGB is 250 - color contains mainly: blue. Hex color #12E2FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12E2FA is #ED1D05. Grayscale: #A6A6A6. Windows color (decimal): -15539462 or 16441874. OLE color: 16441874.

HSL color Cylindrical-coordinate representation of color #12E2FA: hue angle of 186.21º 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 #12E2FA is Cyan = 0.93, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 18 226 250 -
CMYK 0.93 0.10 0 0.02
HSL 186.21º 0.96% 0.53% -
HSV(B) 186.21º 0.93% 0.98% -
XYZ 44.7 61.42 99.94 -
YUV 166.54 175.09 22.05 -
System Red Green Blue C M Y K H S L
Decimal 18 226 250 0.93 0.10 0 0.02 186.21 0.96 0.53
Hex 12 E2 FA 5D A 0 2 BA 60 35
Octal 22 342 372 135 12 0 2 272 140 65
Binary 10010 11100010 11111010 1011101 1010 0 10 10111010 1100000 110101

Color Harmonies of #12E2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12E2FA

Black with #12E2FA

Text Example


Text Example

White with #12E2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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