Html Css Color HEX #4DDFCB Turquoise

📋 copy color: '#4DDFCB'

red 77 ◦ green 223 ◦ blue 203

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

Shades of Turquoise #4DDFCB

Tints of Turquoise #4DDFCB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.33%

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

R = 15.31%
G = 44.33%
B = 40.36%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#4DDFCB (or 0x4DDFCB) is known color: Turquoise. HEX triplet: 4D, DF and CB. RGB value is (77,223,203). Sum of RGB (Red+Green+Blue) = 77+223+203=503 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.31% from 503); Green value is 223 (87.5% from 255 or 44.33% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 223 - color contains mainly: green. Hex color #4DDFCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDFCB is #B22034. Grayscale: #B1B1B1. Windows color (decimal): -11673653 or 13360973. OLE color: 13360973.

HSL color Cylindrical-coordinate representation of color #4DDFCB: hue angle of 171.78º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DDFCB is Cyan = 0.65, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 77 223 203 -
CMYK 0.65 0 0.09 0.13
HSL 171.78º 0.7% 0.59% -
HSV(B) 171.78º 0.65% 0.87% -
XYZ 40.23 58.66 65.7 -
YUV 177.07 142.63 56.63 -
System Red Green Blue C M Y K H S L
Decimal 77 223 203 0.65 0 0.09 0.13 171.78 0.7 0.59
Hex 4D DF CB 41 0 9 D AC 46 3B
Octal 115 337 313 101 0 11 15 254 106 73
Binary 1001101 11011111 11001011 1000001 0 1001 1101 10101100 1000110 111011

Color Harmonies of #4DDFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDFCB

Black with #4DDFCB

Text Example


Text Example

White with #4DDFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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