Html Css Color HEX #4DCDDE Medium Turquoise

📋 copy color: '#4DCDDE'

red 77 ◦ green 205 ◦ blue 222

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

Shades of Medium Turquoise #4DCDDE

Tints of Medium Turquoise #4DCDDE

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.67%

 BLUE value IS 222 (87.11% from 255) = 44.05%

R = 15.28%
G = 40.67%
B = 44.05%

CMYK

 C value IS 0.65

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4DCDDE (or 0x4DCDDE) is known color: Medium Turquoise. HEX triplet: 4D, CD and DE. RGB value is (77,205,222). Sum of RGB (Red+Green+Blue) = 77+205+222=504 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.28% from 504); Green value is 205 (80.47% from 255 or 40.67% from 504); Blue value is 222 (87.11% from 255 or 44.05% from 504); Max value from RGB is 222 - color contains mainly: blue. Hex color #4DCDDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCDDE is #B23221. Grayscale: #A8A8A8. Windows color (decimal): -11678242 or 14601549. OLE color: 14601549.

HSL color Cylindrical-coordinate representation of color #4DCDDE: hue angle of 187.03º degrees, saturation: 0.69, 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 #4DCDDE is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 77 205 222 -
CMYK 0.65 0.08 0 0.13
HSL 187.03º 0.69% 0.59% -
HSV(B) 187.03º 0.65% 0.87% -
XYZ 38.08 50.51 76.85 -
YUV 168.67 158.09 62.62 -
System Red Green Blue C M Y K H S L
Decimal 77 205 222 0.65 0.08 0 0.13 187.03 0.69 0.59
Hex 4D CD DE 41 8 0 D BB 45 3B
Octal 115 315 336 101 10 0 15 273 105 73
Binary 1001101 11001101 11011110 1000001 1000 0 1101 10111011 1000101 111011

Color Harmonies of #4DCDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DCDDE

Black with #4DCDDE

Text Example


Text Example

White with #4DCDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,205,222); }

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

background-color css

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

 a { background-color: rgb(77,205,222); }

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

border-color css

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

 span { border-color: rgb(77,205,222); }

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