Html Css Color HEX #4BFDE9 Turquoise

📋 copy color: '#4BFDE9'

red 75 ◦ green 253 ◦ blue 233

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

Shades of Turquoise #4BFDE9

Tints of Turquoise #4BFDE9

RGB

 RED value IS 75 (29.69% from 255) = 13.37%

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

 BLUE value IS 233 (91.41% from 255) = 41.53%

R = 13.37%
G = 45.1%
B = 41.53%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#4BFDE9 (or 0x4BFDE9) is known color: Turquoise. HEX triplet: 4B, FD and E9. RGB value is (75,253,233). Sum of RGB (Red+Green+Blue) = 75+253+233=561 (74% of max value = 765). Red value is 75 (29.69% from 255 or 13.37% from 561); Green value is 253 (99.22% from 255 or 45.10% from 561); Blue value is 233 (91.41% from 255 or 41.53% from 561); Max value from RGB is 253 - color contains mainly: green. Hex color #4BFDE9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4BFDE9 is #B40216. Grayscale: #C5C5C5. Windows color (decimal): -11797015 or 15334731. OLE color: 15334731.

HSL color Cylindrical-coordinate representation of color #4BFDE9: hue angle of 173.26º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BFDE9 is Cyan = 0.70, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB 75 253 233 -
CMYK 0.70 0 0.08 0.01
HSL 173.26º 0.98% 0.64% -
HSV(B) 173.26º 0.7% 0.99% -
XYZ 52.73 77.63 89.3 -
YUV 197.5 148.03 40.63 -
System Red Green Blue C M Y K H S L
Decimal 75 253 233 0.70 0 0.08 0.01 173.26 0.98 0.64
Hex 4B FD E9 46 0 8 1 AD 62 40
Octal 113 375 351 106 0 10 1 255 142 100
Binary 1001011 11111101 11101001 1000110 0 1000 1 10101101 1100010 1000000

Color Harmonies of #4BFDE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BFDE9

Black with #4BFDE9

Text Example


Text Example

White with #4BFDE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4BFDE9; }

 p { color: rgb(75,253,233); }

 H1.HeaderClassName
 {
   color: #4BFDE9;
 }
 .AnyTagClassName
 {
   color: #4BFDE9;
 }
</style>

background-color css

<style>
 a { background-color: #4BFDE9; }

 a { background-color: rgb(75,253,233); }

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

border-color css

<style>
 span { border-color: #4BFDE9; }

 span { border-color: rgb(75,253,233); }

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