Html Css Color HEX #4DFCCF Turquoise

📋 copy color: '#4DFCCF'

red 77 ◦ green 252 ◦ blue 207

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

Shades of Turquoise #4DFCCF

Tints of Turquoise #4DFCCF

RGB

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

 GREEN value IS 252 (98.83% from 255) = 47.01%

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

R = 14.37%
G = 47.01%
B = 38.62%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#4DFCCF (or 0x4DFCCF) is known color: Turquoise. HEX triplet: 4D, FC and CF. RGB value is (77,252,207). Sum of RGB (Red+Green+Blue) = 77+252+207=536 (70% of max value = 765). Red value is 77 (30.47% from 255 or 14.37% from 536); Green value is 252 (98.83% from 255 or 47.01% from 536); Blue value is 207 (81.25% from 255 or 38.62% from 536); Max value from RGB is 252 - color contains mainly: green. Hex color #4DFCCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFCCF is #B20330. Grayscale: #C2C2C2. Windows color (decimal): -11666225 or 13630541. OLE color: 13630541.

HSL color Cylindrical-coordinate representation of color #4DFCCF: hue angle of 164.57º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DFCCF is Cyan = 0.69, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB 77 252 207 -
CMYK 0.69 0 0.18 0.01
HSL 164.57º 0.97% 0.65% -
HSV(B) 164.57º 0.69% 0.99% -
XYZ 49.13 75.7 71.05 -
YUV 194.55 135.02 44.16 -
System Red Green Blue C M Y K H S L
Decimal 77 252 207 0.69 0 0.18 0.01 164.57 0.97 0.65
Hex 4D FC CF 45 0 12 1 A5 61 41
Octal 115 374 317 105 0 22 1 245 141 101
Binary 1001101 11111100 11001111 1000101 0 10010 1 10100101 1100001 1000001

Color Harmonies of #4DFCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFCCF

Black with #4DFCCF

Text Example


Text Example

White with #4DFCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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