Html Css Color HEX #12FAE3 Bright Turquoise

📋 copy color: '#12FAE3'

red 18 ◦ green 250 ◦ blue 227

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

Shades of Bright Turquoise #12FAE3

Tints of Bright Turquoise #12FAE3

RGB

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

 GREEN value IS 250 (98.05% from 255) = 50.51%

 BLUE value IS 227 (89.06% from 255) = 45.86%

R = 3.64%
G = 50.51%
B = 45.86%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#12FAE3 (or 0x12FAE3) is known color: Bright Turquoise. HEX triplet: 12, FA and E3. RGB value is (18,250,227). Sum of RGB (Red+Green+Blue) = 18+250+227=495 (65% of max value = 765). Red value is 18 (7.42% from 255 or 3.64% from 495); Green value is 250 (98.05% from 255 or 50.51% from 495); Blue value is 227 (89.06% from 255 or 45.86% from 495); Max value from RGB is 250 - color contains mainly: green. Hex color #12FAE3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12FAE3 is #ED051C. Grayscale: #B1B1B1. Windows color (decimal): -15533341 or 14940690. OLE color: 14940690.

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

Color convert

RGB 18 250 227 -
CMYK 0.93 0 0.09 0.02
HSL 174.05º 0.96% 0.53% -
HSV(B) 174.05º 0.93% 0.98% -
XYZ 48.3 74.05 84.42 -
YUV 178.01 155.64 13.87 -
System Red Green Blue C M Y K H S L
Decimal 18 250 227 0.93 0 0.09 0.02 174.05 0.96 0.53
Hex 12 FA E3 5D 0 9 2 AE 60 35
Octal 22 372 343 135 0 11 2 256 140 65
Binary 10010 11111010 11100011 1011101 0 1001 10 10101110 1100000 110101

Color Harmonies of #12FAE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FAE3

Black with #12FAE3

Text Example


Text Example

White with #12FAE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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