Html Css Color HEX #43FAC7 Turquoise

📋 copy color: '#43FAC7'

red 67 ◦ green 250 ◦ blue 199

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

Shades of Turquoise #43FAC7

Tints of Turquoise #43FAC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 38.57%

R = 12.98%
G = 48.45%
B = 38.57%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#43FAC7 (or 0x43FAC7) is known color: Turquoise. HEX triplet: 43, FA and C7. RGB value is (67,250,199). Sum of RGB (Red+Green+Blue) = 67+250+199=516 (68% of max value = 765). Red value is 67 (26.56% from 255 or 12.98% from 516); Green value is 250 (98.05% from 255 or 48.45% from 516); Blue value is 199 (78.12% from 255 or 38.57% from 516); Max value from RGB is 250 - color contains mainly: green. Hex color #43FAC7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43FAC7 is #BC0538. Grayscale: #BDBDBD. Windows color (decimal): -12322105 or 13105731. OLE color: 13105731.

HSL color Cylindrical-coordinate representation of color #43FAC7: hue angle of 163.28º 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 #43FAC7 is Cyan = 0.73, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB 67 250 199 -
CMYK 0.73 0 0.20 0.02
HSL 163.28º 0.95% 0.62% -
HSV(B) 163.28º 0.73% 0.98% -
XYZ 46.81 73.69 65.79 -
YUV 189.47 133.37 40.65 -
System Red Green Blue C M Y K H S L
Decimal 67 250 199 0.73 0 0.20 0.02 163.28 0.95 0.62
Hex 43 FA C7 49 0 14 2 A3 5F 3E
Octal 103 372 307 111 0 24 2 243 137 76
Binary 1000011 11111010 11000111 1001001 0 10100 10 10100011 1011111 111110

Color Harmonies of #43FAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43FAC7

Black with #43FAC7

Text Example


Text Example

White with #43FAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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