Html Css Color HEX #12FACB Bright Turquoise

📋 copy color: '#12FACB'

red 18 ◦ green 250 ◦ blue 203

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

Shades of Bright Turquoise #12FACB

Tints of Bright Turquoise #12FACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.1%

R = 3.82%
G = 53.08%
B = 43.1%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#12FACB (or 0x12FACB) is known color: Bright Turquoise. HEX triplet: 12, FA and CB. RGB value is (18,250,203). Sum of RGB (Red+Green+Blue) = 18+250+203=471 (62% of max value = 765). Red value is 18 (7.42% from 255 or 3.82% from 471); Green value is 250 (98.05% from 255 or 53.08% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 250 - color contains mainly: green. Hex color #12FACB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12FACB is #ED0534. Grayscale: #AFAFAF. Windows color (decimal): -15533365 or 13367826. OLE color: 13367826.

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

Color convert

RGB 18 250 203 -
CMYK 0.93 0 0.19 0.02
HSL 167.84º 0.96% 0.53% -
HSV(B) 167.84º 0.93% 0.98% -
XYZ 45.21 72.81 68.17 -
YUV 175.27 143.64 15.82 -
System Red Green Blue C M Y K H S L
Decimal 18 250 203 0.93 0 0.19 0.02 167.84 0.96 0.53
Hex 12 FA CB 5D 0 13 2 A8 60 35
Octal 22 372 313 135 0 23 2 250 140 65
Binary 10010 11111010 11001011 1011101 0 10011 10 10101000 1100000 110101

Color Harmonies of #12FACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FACB

Black with #12FACB

Text Example


Text Example

White with #12FACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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