Html Css Color HEX #43FAC5 Turquoise

📋 copy color: '#43FAC5'

red 67 ◦ green 250 ◦ blue 197

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

Shades of Turquoise #43FAC5

Tints of Turquoise #43FAC5

RGB

 RED value IS 67 (26.56% from 255) = 13.04%

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

 BLUE value IS 197 (77.34% from 255) = 38.33%

R = 13.04%
G = 48.64%
B = 38.33%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#43FAC5 (or 0x43FAC5) is known color: Turquoise. HEX triplet: 43, FA and C5. RGB value is (67,250,197). Sum of RGB (Red+Green+Blue) = 67+250+197=514 (68% of max value = 765). Red value is 67 (26.56% from 255 or 13.04% from 514); Green value is 250 (98.05% from 255 or 48.64% from 514); Blue value is 197 (77.34% from 255 or 38.33% from 514); Max value from RGB is 250 - color contains mainly: green. Hex color #43FAC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43FAC5 is #BC053A. Grayscale: #BDBDBD. Windows color (decimal): -12322107 or 12974659. OLE color: 12974659.

HSL color Cylindrical-coordinate representation of color #43FAC5: hue angle of 162.62º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #43FAC5 is Cyan = 0.73, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB 67 250 197 -
CMYK 0.73 0 0.21 0.02
HSL 162.62º 0.95% 0.62% -
HSV(B) 162.62º 0.73% 0.98% -
XYZ 46.58 73.6 64.57 -
YUV 189.24 132.37 40.81 -
System Red Green Blue C M Y K H S L
Decimal 67 250 197 0.73 0 0.21 0.02 162.62 0.95 0.62
Hex 43 FA C5 49 0 15 2 A3 5F 3E
Octal 103 372 305 111 0 25 2 243 137 76
Binary 1000011 11111010 11000101 1001001 0 10101 10 10100011 1011111 111110

Color Harmonies of #43FAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43FAC5

Black with #43FAC5

Text Example


Text Example

White with #43FAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43FAC5; }

 p { color: rgb(67,250,197); }

 H1.HeaderClassName
 {
   color: #43FAC5;
 }
 .AnyTagClassName
 {
   color: #43FAC5;
 }
</style>

background-color css

<style>
 a { background-color: #43FAC5; }

 a { background-color: rgb(67,250,197); }

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

border-color css

<style>
 span { border-color: #43FAC5; }

 span { border-color: rgb(67,250,197); }

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