Html Css Color HEX #43F9BC Turquoise

📋 copy color: '#43F9BC'

red 67 ◦ green 249 ◦ blue 188

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

Shades of Turquoise #43F9BC

Tints of Turquoise #43F9BC

RGB

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

 GREEN value IS 249 (97.66% from 255) = 49.4%

 BLUE value IS 188 (73.83% from 255) = 37.3%

R = 13.29%
G = 49.4%
B = 37.3%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#43F9BC (or 0x43F9BC) is known color: Turquoise. HEX triplet: 43, F9 and BC. RGB value is (67,249,188). Sum of RGB (Red+Green+Blue) = 67+249+188=504 (66% of max value = 765). Red value is 67 (26.56% from 255 or 13.29% from 504); Green value is 249 (97.66% from 255 or 49.40% from 504); Blue value is 188 (73.83% from 255 or 37.30% from 504); Max value from RGB is 249 - color contains mainly: green. Hex color #43F9BC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43F9BC is #BC0643. Grayscale: #BBBBBB. Windows color (decimal): -12322372 or 12384579. OLE color: 12384579.

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

Color convert

RGB 67 249 188 -
CMYK 0.73 0 0.24 0.02
HSL 159.89º 0.94% 0.62% -
HSV(B) 159.89º 0.73% 0.98% -
XYZ 45.27 72.58 59.2 -
YUV 187.63 128.2 41.96 -
System Red Green Blue C M Y K H S L
Decimal 67 249 188 0.73 0 0.24 0.02 159.89 0.94 0.62
Hex 43 F9 BC 49 0 18 2 A0 5E 3E
Octal 103 371 274 111 0 30 2 240 136 76
Binary 1000011 11111001 10111100 1001001 0 11000 10 10100000 1011110 111110

Color Harmonies of #43F9BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43F9BC

Black with #43F9BC

Text Example


Text Example

White with #43F9BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,249,188); }

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

background-color css

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

 a { background-color: rgb(67,249,188); }

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

border-color css

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

 span { border-color: rgb(67,249,188); }

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