Html Css Color HEX #43FDB1 Turquoise

📋 copy color: '#43FDB1'

red 67 ◦ green 253 ◦ blue 177

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

Shades of Turquoise #43FDB1

Tints of Turquoise #43FDB1

RGB

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

 GREEN value IS 253 (99.22% from 255) = 50.91%

 BLUE value IS 177 (69.53% from 255) = 35.61%

R = 13.48%
G = 50.91%
B = 35.61%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#43FDB1 (or 0x43FDB1) is known color: Turquoise. HEX triplet: 43, FD and B1. RGB value is (67,253,177). Sum of RGB (Red+Green+Blue) = 67+253+177=497 (65% of max value = 765). Red value is 67 (26.56% from 255 or 13.48% from 497); Green value is 253 (99.22% from 255 or 50.91% from 497); Blue value is 177 (69.53% from 255 or 35.61% from 497); Max value from RGB is 253 - color contains mainly: green. Hex color #43FDB1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #43FDB1 is #BC024E. Grayscale: #BCBCBC. Windows color (decimal): -12321359 or 11664707. OLE color: 11664707.

HSL color Cylindrical-coordinate representation of color #43FDB1: hue angle of 155.48º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #43FDB1 is Cyan = 0.74, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB 67 253 177 -
CMYK 0.74 0 0.30 0.01
HSL 155.48º 0.98% 0.63% -
HSV(B) 155.48º 0.74% 0.99% -
XYZ 45.38 74.62 53.61 -
YUV 188.72 121.38 41.18 -
System Red Green Blue C M Y K H S L
Decimal 67 253 177 0.74 0 0.30 0.01 155.48 0.98 0.63
Hex 43 FD B1 4A 0 1E 1 9B 62 3F
Octal 103 375 261 112 0 36 1 233 142 77
Binary 1000011 11111101 10110001 1001010 0 11110 1 10011011 1100010 111111

Color Harmonies of #43FDB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43FDB1

Black with #43FDB1

Text Example


Text Example

White with #43FDB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,253,177); }

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

background-color css

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

 a { background-color: rgb(67,253,177); }

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

border-color css

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

 span { border-color: rgb(67,253,177); }

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