Html Css Color HEX #4DF2EE Turquoise

📋 copy color: '#4DF2EE'

red 77 ◦ green 242 ◦ blue 238

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

Shades of Turquoise #4DF2EE

Tints of Turquoise #4DF2EE

RGB

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

 GREEN value IS 242 (94.92% from 255) = 43.45%

 BLUE value IS 238 (93.36% from 255) = 42.73%

R = 13.82%
G = 43.45%
B = 42.73%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#4DF2EE (or 0x4DF2EE) is known color: Turquoise. HEX triplet: 4D, F2 and EE. RGB value is (77,242,238). Sum of RGB (Red+Green+Blue) = 77+242+238=557 (73% of max value = 765). Red value is 77 (30.47% from 255 or 13.82% from 557); Green value is 242 (94.92% from 255 or 43.45% from 557); Blue value is 238 (93.36% from 255 or 42.73% from 557); Max value from RGB is 242 - color contains mainly: green. Hex color #4DF2EE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DF2EE is #B20D11. Grayscale: #C0C0C0. Windows color (decimal): -11668754 or 15659597. OLE color: 15659597.

HSL color Cylindrical-coordinate representation of color #4DF2EE: hue angle of 178.55º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DF2EE is Cyan = 0.68, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 77 242 238 -
CMYK 0.68 0 0.02 0.05
HSL 178.55º 0.86% 0.63% -
HSV(B) 178.55º 0.68% 0.95% -
XYZ 50.25 71.26 91.99 -
YUV 192.21 153.84 45.83 -
System Red Green Blue C M Y K H S L
Decimal 77 242 238 0.68 0 0.02 0.05 178.55 0.86 0.63
Hex 4D F2 EE 44 0 2 5 B3 56 3F
Octal 115 362 356 104 0 2 5 263 126 77
Binary 1001101 11110010 11101110 1000100 0 10 101 10110011 1010110 111111

Color Harmonies of #4DF2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DF2EE

Black with #4DF2EE

Text Example


Text Example

White with #4DF2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,242,238); }

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

background-color css

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

 a { background-color: rgb(77,242,238); }

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

border-color css

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

 span { border-color: rgb(77,242,238); }

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