Html Css Color HEX #12FADF Bright Turquoise

📋 copy color: '#12FADF'

red 18 ◦ green 250 ◦ blue 223

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

Shades of Bright Turquoise #12FADF

Tints of Bright Turquoise #12FADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.42%

R = 3.67%
G = 50.92%
B = 45.42%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#12FADF (or 0x12FADF) is known color: Bright Turquoise. HEX triplet: 12, FA and DF. RGB value is (18,250,223). Sum of RGB (Red+Green+Blue) = 18+250+223=491 (65% of max value = 765). Red value is 18 (7.42% from 255 or 3.67% from 491); Green value is 250 (98.05% from 255 or 50.92% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 250 - color contains mainly: green. Hex color #12FADF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12FADF is #ED0520. Grayscale: #B1B1B1. Windows color (decimal): -15533345 or 14678546. OLE color: 14678546.

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

Color convert

RGB 18 250 223 -
CMYK 0.93 0 0.11 0.02
HSL 173.02º 0.96% 0.53% -
HSV(B) 173.02º 0.93% 0.98% -
XYZ 47.75 73.83 81.55 -
YUV 177.55 153.64 14.2 -
System Red Green Blue C M Y K H S L
Decimal 18 250 223 0.93 0 0.11 0.02 173.02 0.96 0.53
Hex 12 FA DF 5D 0 B 2 AD 60 35
Octal 22 372 337 135 0 13 2 255 140 65
Binary 10010 11111010 11011111 1011101 0 1011 10 10101101 1100000 110101

Color Harmonies of #12FADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FADF

Black with #12FADF

Text Example


Text Example

White with #12FADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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