Html Css Color HEX #4DEEF4 Turquoise Blue

📋 copy color: '#4DEEF4'

red 77 ◦ green 238 ◦ blue 244

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

Shades of Turquoise Blue #4DEEF4

Tints of Turquoise Blue #4DEEF4

RGB

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

 GREEN value IS 238 (93.36% from 255) = 42.58%

 BLUE value IS 244 (95.7% from 255) = 43.65%

R = 13.77%
G = 42.58%
B = 43.65%

CMYK

 C value IS 0.68

 M value IS 0.02

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#4DEEF4 (or 0x4DEEF4) is known color: Turquoise Blue. HEX triplet: 4D, EE and F4. RGB value is (77,238,244). Sum of RGB (Red+Green+Blue) = 77+238+244=559 (74% of max value = 765). Red value is 77 (30.47% from 255 or 13.77% from 559); Green value is 238 (93.36% from 255 or 42.58% from 559); Blue value is 244 (95.70% from 255 or 43.65% from 559); Max value from RGB is 244 - color contains mainly: blue. Hex color #4DEEF4 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DEEF4 is #B2110B. Grayscale: #BEBEBE. Windows color (decimal): -11669772 or 16051789. OLE color: 16051789.

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

Color convert

RGB 77 238 244 -
CMYK 0.68 0.02 0 0.04
HSL 182.16º 0.88% 0.63% -
HSV(B) 182.16º 0.68% 0.96% -
XYZ 49.96 69.26 96.32 -
YUV 190.55 158.16 47.01 -
System Red Green Blue C M Y K H S L
Decimal 77 238 244 0.68 0.02 0 0.04 182.16 0.88 0.63
Hex 4D EE F4 44 2 0 4 B6 58 3F
Octal 115 356 364 104 2 0 4 266 130 77
Binary 1001101 11101110 11110100 1000100 10 0 100 10110110 1011000 111111

Color Harmonies of #4DEEF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DEEF4

Black with #4DEEF4

Text Example


Text Example

White with #4DEEF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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