Html Css Color HEX #4DEFF1 Turquoise Blue

📋 copy color: '#4DEFF1'

red 77 ◦ green 239 ◦ blue 241

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

Shades of Turquoise Blue #4DEFF1

Tints of Turquoise Blue #4DEFF1

RGB

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

 GREEN value IS 239 (93.75% from 255) = 42.91%

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

R = 13.82%
G = 42.91%
B = 43.27%

CMYK

 C value IS 0.68

 M value IS 0.01

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#4DEFF1 (or 0x4DEFF1) is known color: Turquoise Blue. HEX triplet: 4D, EF and F1. RGB value is (77,239,241). Sum of RGB (Red+Green+Blue) = 77+239+241=557 (73% of max value = 765). Red value is 77 (30.47% from 255 or 13.82% from 557); Green value is 239 (93.75% from 255 or 42.91% from 557); Blue value is 241 (94.53% from 255 or 43.27% from 557); Max value from RGB is 241 - color contains mainly: blue. Hex color #4DEFF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DEFF1 is #B2100E. Grayscale: #BEBEBE. Windows color (decimal): -11669519 or 15855437. OLE color: 15855437.

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

Color convert

RGB 77 239 241 -
CMYK 0.68 0.01 0 0.05
HSL 180.73º 0.85% 0.62% -
HSV(B) 180.73º 0.68% 0.95% -
XYZ 49.8 69.66 94.04 -
YUV 190.79 156.33 46.84 -
System Red Green Blue C M Y K H S L
Decimal 77 239 241 0.68 0.01 0 0.05 180.73 0.85 0.62
Hex 4D EF F1 44 1 0 5 B5 55 3E
Octal 115 357 361 104 1 0 5 265 125 76
Binary 1001101 11101111 11110001 1000100 1 0 101 10110101 1010101 111110

Color Harmonies of #4DEFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DEFF1

Black with #4DEFF1

Text Example


Text Example

White with #4DEFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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