Html Css Color HEX #4DE7FE Turquoise Blue

📋 copy color: '#4DE7FE'

red 77 ◦ green 231 ◦ blue 254

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

Shades of Turquoise Blue #4DE7FE

Tints of Turquoise Blue #4DE7FE

RGB

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

 GREEN value IS 231 (90.63% from 255) = 41.1%

 BLUE value IS 254 (99.61% from 255) = 45.2%

R = 13.7%
G = 41.1%
B = 45.2%

CMYK

 C value IS 0.70

 M value IS 0.09

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4DE7FE (or 0x4DE7FE) is known color: Turquoise Blue. HEX triplet: 4D, E7 and FE. RGB value is (77,231,254). Sum of RGB (Red+Green+Blue) = 77+231+254=562 (74% of max value = 765). Red value is 77 (30.47% from 255 or 13.70% from 562); Green value is 231 (90.62% from 255 or 41.10% from 562); Blue value is 254 (99.61% from 255 or 45.20% from 562); Max value from RGB is 254 - color contains mainly: blue. Hex color #4DE7FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DE7FE is #B21801. Grayscale: #BBBBBB. Windows color (decimal): -11671554 or 16705357. OLE color: 16705357.

HSL color Cylindrical-coordinate representation of color #4DE7FE: hue angle of 187.8º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DE7FE is Cyan = 0.70, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 77 231 254 -
CMYK 0.70 0.09 0 0.00
HSL 187.8º 0.99% 0.65% -
HSV(B) 187.8º 0.7% 1% -
XYZ 49.53 65.89 103.87 -
YUV 187.58 165.48 49.13 -
System Red Green Blue C M Y K H S L
Decimal 77 231 254 0.70 0.09 0 0.00 187.8 0.99 0.65
Hex 4D E7 FE 46 9 0 0 BC 63 41
Octal 115 347 376 106 11 0 0 274 143 101
Binary 1001101 11100111 11111110 1000110 1001 0 0 10111100 1100011 1000001

Color Harmonies of #4DE7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DE7FE

Black with #4DE7FE

Text Example


Text Example

White with #4DE7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,231,254); }

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

background-color css

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

 a { background-color: rgb(77,231,254); }

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

border-color css

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

 span { border-color: rgb(77,231,254); }

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