Html Css Color HEX #4DE6FE Turquoise Blue

📋 copy color: '#4DE6FE'

red 77 ◦ green 230 ◦ blue 254

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

Shades of Turquoise Blue #4DE6FE

Tints of Turquoise Blue #4DE6FE

RGB

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

 GREEN value IS 230 (90.23% from 255) = 41%

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

R = 13.73%
G = 41%
B = 45.28%

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

#4DE6FE (or 0x4DE6FE) is known color: Turquoise Blue. HEX triplet: 4D, E6 and FE. RGB value is (77,230,254). Sum of RGB (Red+Green+Blue) = 77+230+254=561 (74% of max value = 765). Red value is 77 (30.47% from 255 or 13.73% from 561); Green value is 230 (90.23% from 255 or 41.00% from 561); Blue value is 254 (99.61% from 255 or 45.28% from 561); Max value from RGB is 254 - color contains mainly: blue. Hex color #4DE6FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DE6FE is #B21901. Grayscale: #BABABA. Windows color (decimal): -11671810 or 16705101. OLE color: 16705101.

HSL color Cylindrical-coordinate representation of color #4DE6FE: hue angle of 188.14º 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 #4DE6FE is Cyan = 0.70, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 77 230 254 -
CMYK 0.70 0.09 0 0.00
HSL 188.14º 0.99% 0.65% -
HSV(B) 188.14º 0.7% 1% -
XYZ 49.25 65.33 103.78 -
YUV 186.99 165.81 49.55 -
System Red Green Blue C M Y K H S L
Decimal 77 230 254 0.70 0.09 0 0.00 188.14 0.99 0.65
Hex 4D E6 FE 46 9 0 0 BC 63 41
Octal 115 346 376 106 11 0 0 274 143 101
Binary 1001101 11100110 11111110 1000110 1001 0 0 10111100 1100011 1000001

Color Harmonies of #4DE6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DE6FE

Black with #4DE6FE

Text Example


Text Example

White with #4DE6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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