Html Css Color HEX #43FAB8 Turquoise

📋 copy color: '#43FAB8'

red 67 ◦ green 250 ◦ blue 184

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

Shades of Turquoise #43FAB8

Tints of Turquoise #43FAB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 36.73%

R = 13.37%
G = 49.9%
B = 36.73%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#43FAB8 (or 0x43FAB8) is known color: Turquoise. HEX triplet: 43, FA and B8. RGB value is (67,250,184). Sum of RGB (Red+Green+Blue) = 67+250+184=501 (66% of max value = 765). Red value is 67 (26.56% from 255 or 13.37% from 501); Green value is 250 (98.05% from 255 or 49.90% from 501); Blue value is 184 (72.27% from 255 or 36.73% from 501); Max value from RGB is 250 - color contains mainly: green. Hex color #43FAB8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43FAB8 is #BC0547. Grayscale: #BBBBBB. Windows color (decimal): -12322120 or 12122691. OLE color: 12122691.

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

Color convert

RGB 67 250 184 -
CMYK 0.73 0 0.26 0.02
HSL 158.36º 0.95% 0.62% -
HSV(B) 158.36º 0.73% 0.98% -
XYZ 45.15 73.03 57.06 -
YUV 187.76 125.87 41.87 -
System Red Green Blue C M Y K H S L
Decimal 67 250 184 0.73 0 0.26 0.02 158.36 0.95 0.62
Hex 43 FA B8 49 0 1A 2 9E 5F 3E
Octal 103 372 270 111 0 32 2 236 137 76
Binary 1000011 11111010 10111000 1001001 0 11010 10 10011110 1011111 111110

Color Harmonies of #43FAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43FAB8

Black with #43FAB8

Text Example


Text Example

White with #43FAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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