Html Css Color HEX #12FAC9 Bright Turquoise

📋 copy color: '#12FAC9'

red 18 ◦ green 250 ◦ blue 201

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

Shades of Bright Turquoise #12FAC9

Tints of Bright Turquoise #12FAC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 42.86%

R = 3.84%
G = 53.3%
B = 42.86%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#12FAC9 (or 0x12FAC9) is known color: Bright Turquoise. HEX triplet: 12, FA and C9. RGB value is (18,250,201). Sum of RGB (Red+Green+Blue) = 18+250+201=469 (62% of max value = 765). Red value is 18 (7.42% from 255 or 3.84% from 469); Green value is 250 (98.05% from 255 or 53.30% from 469); Blue value is 201 (78.91% from 255 or 42.86% from 469); Max value from RGB is 250 - color contains mainly: green. Hex color #12FAC9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12FAC9 is #ED0536. Grayscale: #AFAFAF. Windows color (decimal): -15533367 or 13236754. OLE color: 13236754.

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

Color convert

RGB 18 250 201 -
CMYK 0.93 0 0.20 0.02
HSL 167.33º 0.96% 0.53% -
HSV(B) 167.33º 0.93% 0.98% -
XYZ 44.98 72.72 66.92 -
YUV 175.05 142.64 15.98 -
System Red Green Blue C M Y K H S L
Decimal 18 250 201 0.93 0 0.20 0.02 167.33 0.96 0.53
Hex 12 FA C9 5D 0 14 2 A7 60 35
Octal 22 372 311 135 0 24 2 247 140 65
Binary 10010 11111010 11001001 1011101 0 10100 10 10100111 1100000 110101

Color Harmonies of #12FAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FAC9

Black with #12FAC9

Text Example


Text Example

White with #12FAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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