Html Css Color HEX #12FAC8 Bright Turquoise

📋 copy color: '#12FAC8'

red 18 ◦ green 250 ◦ blue 200

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

Shades of Bright Turquoise #12FAC8

Tints of Bright Turquoise #12FAC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 42.74%

R = 3.85%
G = 53.42%
B = 42.74%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.2

 K value IS 0.02

RGB Variations

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

Color information

#12FAC8 (or 0x12FAC8) is known color: Bright Turquoise. HEX triplet: 12, FA and C8. RGB value is (18,250,200). Sum of RGB (Red+Green+Blue) = 18+250+200=468 (61% of max value = 765). Red value is 18 (7.42% from 255 or 3.85% from 468); Green value is 250 (98.05% from 255 or 53.42% from 468); Blue value is 200 (78.52% from 255 or 42.74% from 468); Max value from RGB is 250 - color contains mainly: green. Hex color #12FAC8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12FAC8 is #ED0537. Grayscale: #AEAEAE. Windows color (decimal): -15533368 or 13171218. OLE color: 13171218.

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

Color convert

RGB 18 250 200 -
CMYK 0.93 0 0.2 0.02
HSL 167.07º 0.96% 0.53% -
HSV(B) 167.07º 0.93% 0.98% -
XYZ 44.86 72.67 66.31 -
YUV 174.93 142.14 16.07 -
System Red Green Blue C M Y K H S L
Decimal 18 250 200 0.93 0 0.2 0.02 167.07 0.96 0.53
Hex 12 FA C8 5D 0 14 2 A7 60 35
Octal 22 372 310 135 0 24 2 247 140 65
Binary 10010 11111010 11001000 1011101 0 10100 10 10100111 1100000 110101

Color Harmonies of #12FAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FAC8

Black with #12FAC8

Text Example


Text Example

White with #12FAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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