Html Css Color HEX #4DEBDF Turquoise

📋 copy color: '#4DEBDF'

red 77 ◦ green 235 ◦ blue 223

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

Shades of Turquoise #4DEBDF

Tints of Turquoise #4DEBDF

RGB

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

 GREEN value IS 235 (92.19% from 255) = 43.93%

 BLUE value IS 223 (87.5% from 255) = 41.68%

R = 14.39%
G = 43.93%
B = 41.68%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#4DEBDF (or 0x4DEBDF) is known color: Turquoise. HEX triplet: 4D, EB and DF. RGB value is (77,235,223). Sum of RGB (Red+Green+Blue) = 77+235+223=535 (70% of max value = 765). Red value is 77 (30.47% from 255 or 14.39% from 535); Green value is 235 (92.19% from 255 or 43.93% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 235 - color contains mainly: green. Hex color #4DEBDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DEBDF is #B21420. Grayscale: #BABABA. Windows color (decimal): -11670561 or 14674765. OLE color: 14674765.

HSL color Cylindrical-coordinate representation of color #4DEBDF: hue angle of 175.44º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4DEBDF is Cyan = 0.67, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB 77 235 223 -
CMYK 0.67 0 0.05 0.08
HSL 175.44º 0.8% 0.61% -
HSV(B) 175.44º 0.67% 0.92% -
XYZ 46.09 66.32 80.18 -
YUV 186.39 148.65 49.98 -
System Red Green Blue C M Y K H S L
Decimal 77 235 223 0.67 0 0.05 0.08 175.44 0.8 0.61
Hex 4D EB DF 43 0 5 8 AF 50 3D
Octal 115 353 337 103 0 5 10 257 120 75
Binary 1001101 11101011 11011111 1000011 0 101 1000 10101111 1010000 111101

Color Harmonies of #4DEBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DEBDF

Black with #4DEBDF

Text Example


Text Example

White with #4DEBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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