Html Css Color HEX #4DEBCF Turquoise

📋 copy color: '#4DEBCF'

red 77 ◦ green 235 ◦ blue 207

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

Shades of Turquoise #4DEBCF

Tints of Turquoise #4DEBCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.88%

R = 14.84%
G = 45.28%
B = 39.88%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#4DEBCF (or 0x4DEBCF) is known color: Turquoise. HEX triplet: 4D, EB and CF. RGB value is (77,235,207). Sum of RGB (Red+Green+Blue) = 77+235+207=519 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.84% from 519); Green value is 235 (92.19% from 255 or 45.28% from 519); Blue value is 207 (81.25% from 255 or 39.88% from 519); Max value from RGB is 235 - color contains mainly: green. Hex color #4DEBCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DEBCF is #B21430. Grayscale: #B8B8B8. Windows color (decimal): -11670577 or 13626189. OLE color: 13626189.

HSL color Cylindrical-coordinate representation of color #4DEBCF: hue angle of 169.37º 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 #4DEBCF is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 77 235 207 -
CMYK 0.67 0 0.12 0.08
HSL 169.37º 0.8% 0.61% -
HSV(B) 169.37º 0.67% 0.92% -
XYZ 44.03 65.5 69.35 -
YUV 184.57 140.65 51.28 -
System Red Green Blue C M Y K H S L
Decimal 77 235 207 0.67 0 0.12 0.08 169.37 0.8 0.61
Hex 4D EB CF 43 0 C 8 A9 50 3D
Octal 115 353 317 103 0 14 10 251 120 75
Binary 1001101 11101011 11001111 1000011 0 1100 1000 10101001 1010000 111101

Color Harmonies of #4DEBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DEBCF

Black with #4DEBCF

Text Example


Text Example

White with #4DEBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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