Html Css Color HEX #12FADC Bright Turquoise

📋 copy color: '#12FADC'

red 18 ◦ green 250 ◦ blue 220

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

Shades of Bright Turquoise #12FADC

Tints of Bright Turquoise #12FADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.08%

R = 3.69%
G = 51.23%
B = 45.08%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#12FADC (or 0x12FADC) is known color: Bright Turquoise. HEX triplet: 12, FA and DC. RGB value is (18,250,220). Sum of RGB (Red+Green+Blue) = 18+250+220=488 (64% of max value = 765). Red value is 18 (7.42% from 255 or 3.69% from 488); Green value is 250 (98.05% from 255 or 51.23% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 250 - color contains mainly: green. Hex color #12FADC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12FADC is #ED0523. Grayscale: #B1B1B1. Windows color (decimal): -15533348 or 14481938. OLE color: 14481938.

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

Color convert

RGB 18 250 220 -
CMYK 0.93 0 0.12 0.02
HSL 172.24º 0.96% 0.53% -
HSV(B) 172.24º 0.93% 0.98% -
XYZ 47.35 73.67 79.43 -
YUV 177.21 152.14 14.44 -
System Red Green Blue C M Y K H S L
Decimal 18 250 220 0.93 0 0.12 0.02 172.24 0.96 0.53
Hex 12 FA DC 5D 0 C 2 AC 60 35
Octal 22 372 334 135 0 14 2 254 140 65
Binary 10010 11111010 11011100 1011101 0 1100 10 10101100 1100000 110101

Color Harmonies of #12FADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FADC

Black with #12FADC

Text Example


Text Example

White with #12FADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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