Html Css Color HEX #4DF4CB Turquoise

📋 copy color: '#4DF4CB'

red 77 ◦ green 244 ◦ blue 203

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

Shades of Turquoise #4DF4CB

Tints of Turquoise #4DF4CB

RGB

 RED value IS 77 (30.47% from 255) = 14.69%

 GREEN value IS 244 (95.7% from 255) = 46.56%

 BLUE value IS 203 (79.69% from 255) = 38.74%

R = 14.69%
G = 46.56%
B = 38.74%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#4DF4CB (or 0x4DF4CB) is known color: Turquoise. HEX triplet: 4D, F4 and CB. RGB value is (77,244,203). Sum of RGB (Red+Green+Blue) = 77+244+203=524 (69% of max value = 765). Red value is 77 (30.47% from 255 or 14.69% from 524); Green value is 244 (95.70% from 255 or 46.56% from 524); Blue value is 203 (79.69% from 255 or 38.74% from 524); Max value from RGB is 244 - color contains mainly: green. Hex color #4DF4CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DF4CB is #B20B34. Grayscale: #BDBDBD. Windows color (decimal): -11668277 or 13366349. OLE color: 13366349.

HSL color Cylindrical-coordinate representation of color #4DF4CB: hue angle of 165.27º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DF4CB is Cyan = 0.68, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 77 244 203 -
CMYK 0.68 0 0.17 0.04
HSL 165.27º 0.88% 0.63% -
HSV(B) 165.27º 0.68% 0.96% -
XYZ 46.19 70.59 67.69 -
YUV 189.39 135.67 47.83 -
System Red Green Blue C M Y K H S L
Decimal 77 244 203 0.68 0 0.17 0.04 165.27 0.88 0.63
Hex 4D F4 CB 44 0 11 4 A5 58 3F
Octal 115 364 313 104 0 21 4 245 130 77
Binary 1001101 11110100 11001011 1000100 0 10001 100 10100101 1011000 111111

Color Harmonies of #4DF4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DF4CB

Black with #4DF4CB

Text Example


Text Example

White with #4DF4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,244,203); }

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

background-color css

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

 a { background-color: rgb(77,244,203); }

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

border-color css

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

 span { border-color: rgb(77,244,203); }

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