Html Css Color HEX #12FAD2 Bright Turquoise

📋 copy color: '#12FAD2'

red 18 ◦ green 250 ◦ blue 210

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

Shades of Bright Turquoise #12FAD2

Tints of Bright Turquoise #12FAD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 43.93%

R = 3.77%
G = 52.3%
B = 43.93%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#12FAD2 (or 0x12FAD2) is known color: Bright Turquoise. HEX triplet: 12, FA and D2. RGB value is (18,250,210). Sum of RGB (Red+Green+Blue) = 18+250+210=478 (63% of max value = 765). Red value is 18 (7.42% from 255 or 3.77% from 478); Green value is 250 (98.05% from 255 or 52.30% from 478); Blue value is 210 (82.42% from 255 or 43.93% from 478); Max value from RGB is 250 - color contains mainly: green. Hex color #12FAD2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12FAD2 is #ED052D. Grayscale: #B0B0B0. Windows color (decimal): -15533358 or 13826578. OLE color: 13826578.

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

Color convert

RGB 18 250 210 -
CMYK 0.93 0 0.16 0.02
HSL 169.66º 0.96% 0.53% -
HSV(B) 169.66º 0.93% 0.98% -
XYZ 46.07 73.15 72.66 -
YUV 176.07 147.14 15.25 -
System Red Green Blue C M Y K H S L
Decimal 18 250 210 0.93 0 0.16 0.02 169.66 0.96 0.53
Hex 12 FA D2 5D 0 10 2 AA 60 35
Octal 22 372 322 135 0 20 2 252 140 65
Binary 10010 11111010 11010010 1011101 0 10000 10 10101010 1100000 110101

Color Harmonies of #12FAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FAD2

Black with #12FAD2

Text Example


Text Example

White with #12FAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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