Html Css Color HEX #4DF0EA Turquoise

📋 copy color: '#4DF0EA'

red 77 ◦ green 240 ◦ blue 234

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

Shades of Turquoise #4DF0EA

Tints of Turquoise #4DF0EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 42.47%

R = 13.97%
G = 43.56%
B = 42.47%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#4DF0EA (or 0x4DF0EA) is known color: Turquoise. HEX triplet: 4D, F0 and EA. RGB value is (77,240,234). Sum of RGB (Red+Green+Blue) = 77+240+234=551 (72% of max value = 765). Red value is 77 (30.47% from 255 or 13.97% from 551); Green value is 240 (94.14% from 255 or 43.56% from 551); Blue value is 234 (91.80% from 255 or 42.47% from 551); Max value from RGB is 240 - color contains mainly: green. Hex color #4DF0EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DF0EA is #B20F15. Grayscale: #BEBEBE. Windows color (decimal): -11669270 or 15396941. OLE color: 15396941.

HSL color Cylindrical-coordinate representation of color #4DF0EA: hue angle of 177.79º 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 #4DF0EA is Cyan = 0.68, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 77 240 234 -
CMYK 0.68 0 0.02 0.06
HSL 177.79º 0.84% 0.62% -
HSV(B) 177.79º 0.68% 0.94% -
XYZ 49.07 69.84 88.74 -
YUV 190.58 152.5 46.99 -
System Red Green Blue C M Y K H S L
Decimal 77 240 234 0.68 0 0.02 0.06 177.79 0.84 0.62
Hex 4D F0 EA 44 0 2 6 B2 54 3E
Octal 115 360 352 104 0 2 6 262 124 76
Binary 1001101 11110000 11101010 1000100 0 10 110 10110010 1010100 111110

Color Harmonies of #4DF0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DF0EA

Black with #4DF0EA

Text Example


Text Example

White with #4DF0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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