Html Css Color HEX #43FCBE Turquoise

📋 copy color: '#43FCBE'

red 67 ◦ green 252 ◦ blue 190

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

Shades of Turquoise #43FCBE

Tints of Turquoise #43FCBE

RGB

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

 GREEN value IS 252 (98.83% from 255) = 49.51%

 BLUE value IS 190 (74.61% from 255) = 37.33%

R = 13.16%
G = 49.51%
B = 37.33%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#43FCBE (or 0x43FCBE) is known color: Turquoise. HEX triplet: 43, FC and BE. RGB value is (67,252,190). Sum of RGB (Red+Green+Blue) = 67+252+190=509 (67% of max value = 765). Red value is 67 (26.56% from 255 or 13.16% from 509); Green value is 252 (98.83% from 255 or 49.51% from 509); Blue value is 190 (74.61% from 255 or 37.33% from 509); Max value from RGB is 252 - color contains mainly: green. Hex color #43FCBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43FCBE is #BC0341. Grayscale: #BDBDBD. Windows color (decimal): -12321602 or 12516419. OLE color: 12516419.

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

Color convert

RGB 67 252 190 -
CMYK 0.73 0 0.25 0.01
HSL 159.89º 0.97% 0.63% -
HSV(B) 159.89º 0.73% 0.99% -
XYZ 46.42 74.53 60.65 -
YUV 189.62 128.21 40.54 -
System Red Green Blue C M Y K H S L
Decimal 67 252 190 0.73 0 0.25 0.01 159.89 0.97 0.63
Hex 43 FC BE 49 0 19 1 A0 61 3F
Octal 103 374 276 111 0 31 1 240 141 77
Binary 1000011 11111100 10111110 1001001 0 11001 1 10100000 1100001 111111

Color Harmonies of #43FCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43FCBE

Black with #43FCBE

Text Example


Text Example

White with #43FCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,252,190); }

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

background-color css

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

 a { background-color: rgb(67,252,190); }

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

border-color css

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

 span { border-color: rgb(67,252,190); }

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