Html Css Color HEX #12FADD Bright Turquoise

📋 copy color: '#12FADD'

red 18 ◦ green 250 ◦ blue 221

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

Shades of Bright Turquoise #12FADD

Tints of Bright Turquoise #12FADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.19%

R = 3.68%
G = 51.12%
B = 45.19%

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

#12FADD (or 0x12FADD) is known color: Bright Turquoise. HEX triplet: 12, FA and DD. RGB value is (18,250,221). Sum of RGB (Red+Green+Blue) = 18+250+221=489 (64% of max value = 765). Red value is 18 (7.42% from 255 or 3.68% from 489); Green value is 250 (98.05% from 255 or 51.12% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 250 - color contains mainly: green. Hex color #12FADD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12FADD is #ED0522. Grayscale: #B1B1B1. Windows color (decimal): -15533347 or 14547474. OLE color: 14547474.

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

Color convert

RGB 18 250 221 -
CMYK 0.93 0 0.12 0.02
HSL 172.5º 0.96% 0.53% -
HSV(B) 172.5º 0.93% 0.98% -
XYZ 47.49 73.72 80.13 -
YUV 177.33 152.64 14.36 -
System Red Green Blue C M Y K H S L
Decimal 18 250 221 0.93 0 0.12 0.02 172.5 0.96 0.53
Hex 12 FA DD 5D 0 C 2 AC 60 35
Octal 22 372 335 135 0 14 2 254 140 65
Binary 10010 11111010 11011101 1011101 0 1100 10 10101100 1100000 110101

Color Harmonies of #12FADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FADD

Black with #12FADD

Text Example


Text Example

White with #12FADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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