Html Css Color HEX #4DF0CC Turquoise

📋 copy color: '#4DF0CC'

red 77 ◦ green 240 ◦ blue 204

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

Shades of Turquoise #4DF0CC

Tints of Turquoise #4DF0CC

RGB

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

 GREEN value IS 240 (94.14% from 255) = 46.07%

 BLUE value IS 204 (80.08% from 255) = 39.16%

R = 14.78%
G = 46.07%
B = 39.16%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#4DF0CC (or 0x4DF0CC) is known color: Turquoise. HEX triplet: 4D, F0 and CC. RGB value is (77,240,204). Sum of RGB (Red+Green+Blue) = 77+240+204=521 (69% of max value = 765). Red value is 77 (30.47% from 255 or 14.78% from 521); Green value is 240 (94.14% from 255 or 46.07% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 240 - color contains mainly: green. Hex color #4DF0CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DF0CC is #B20F33. Grayscale: #BBBBBB. Windows color (decimal): -11669300 or 13430861. OLE color: 13430861.

HSL color Cylindrical-coordinate representation of color #4DF0CC: hue angle of 166.75º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DF0CC is Cyan = 0.68, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 77 240 204 -
CMYK 0.68 0 0.15 0.06
HSL 166.75º 0.84% 0.62% -
HSV(B) 166.75º 0.68% 0.94% -
XYZ 45.12 68.26 67.92 -
YUV 187.16 137.5 49.43 -
System Red Green Blue C M Y K H S L
Decimal 77 240 204 0.68 0 0.15 0.06 166.75 0.84 0.62
Hex 4D F0 CC 44 0 F 6 A7 54 3E
Octal 115 360 314 104 0 17 6 247 124 76
Binary 1001101 11110000 11001100 1000100 0 1111 110 10100111 1010100 111110

Color Harmonies of #4DF0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DF0CC

Black with #4DF0CC

Text Example


Text Example

White with #4DF0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,240,204); }

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

background-color css

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

 a { background-color: rgb(77,240,204); }

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

border-color css

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

 span { border-color: rgb(77,240,204); }

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