Html Css Color HEX #4DEDF1 Turquoise Blue

📋 copy color: '#4DEDF1'

red 77 ◦ green 237 ◦ blue 241

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

Shades of Turquoise Blue #4DEDF1

Tints of Turquoise Blue #4DEDF1

RGB

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

 GREEN value IS 237 (92.97% from 255) = 42.7%

 BLUE value IS 241 (94.53% from 255) = 43.42%

R = 13.87%
G = 42.7%
B = 43.42%

CMYK

 C value IS 0.68

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#4DEDF1 (or 0x4DEDF1) is known color: Turquoise Blue. HEX triplet: 4D, ED and F1. RGB value is (77,237,241). Sum of RGB (Red+Green+Blue) = 77+237+241=555 (73% of max value = 765). Red value is 77 (30.47% from 255 or 13.87% from 555); Green value is 237 (92.97% from 255 or 42.70% from 555); Blue value is 241 (94.53% from 255 or 43.42% from 555); Max value from RGB is 241 - color contains mainly: blue. Hex color #4DEDF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DEDF1 is #B2120E. Grayscale: #BDBDBD. Windows color (decimal): -11670031 or 15854925. OLE color: 15854925.

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

Color convert

RGB 77 237 241 -
CMYK 0.68 0.02 0 0.05
HSL 181.46º 0.85% 0.62% -
HSV(B) 181.46º 0.68% 0.95% -
XYZ 49.22 68.5 93.85 -
YUV 189.62 156.99 47.67 -
System Red Green Blue C M Y K H S L
Decimal 77 237 241 0.68 0.02 0 0.05 181.46 0.85 0.62
Hex 4D ED F1 44 2 0 5 B5 55 3E
Octal 115 355 361 104 2 0 5 265 125 76
Binary 1001101 11101101 11110001 1000100 10 0 101 10110101 1010101 111110

Color Harmonies of #4DEDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DEDF1

Black with #4DEDF1

Text Example


Text Example

White with #4DEDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,237,241); }

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

background-color css

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

 a { background-color: rgb(77,237,241); }

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

border-color css

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

 span { border-color: rgb(77,237,241); }

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