Html Css Color HEX #4DE8FC Turquoise Blue

📋 copy color: '#4DE8FC'

red 77 ◦ green 232 ◦ blue 252

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

Shades of Turquoise Blue #4DE8FC

Tints of Turquoise Blue #4DE8FC

RGB

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

 GREEN value IS 232 (91.02% from 255) = 41.35%

 BLUE value IS 252 (98.83% from 255) = 44.92%

R = 13.73%
G = 41.35%
B = 44.92%

CMYK

 C value IS 0.69

 M value IS 0.08

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4DE8FC (or 0x4DE8FC) is known color: Turquoise Blue. HEX triplet: 4D, E8 and FC. RGB value is (77,232,252). Sum of RGB (Red+Green+Blue) = 77+232+252=561 (74% of max value = 765). Red value is 77 (30.47% from 255 or 13.73% from 561); Green value is 232 (91.02% from 255 or 41.35% from 561); Blue value is 252 (98.83% from 255 or 44.92% from 561); Max value from RGB is 252 - color contains mainly: blue. Hex color #4DE8FC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DE8FC is #B21703. Grayscale: #BBBBBB. Windows color (decimal): -11671300 or 16574541. OLE color: 16574541.

HSL color Cylindrical-coordinate representation of color #4DE8FC: hue angle of 186.86º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DE8FC is Cyan = 0.69, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 77 232 252 -
CMYK 0.69 0.08 0 0.01
HSL 186.86º 0.97% 0.65% -
HSV(B) 186.86º 0.69% 0.99% -
XYZ 49.49 66.32 102.29 -
YUV 187.94 164.15 48.87 -
System Red Green Blue C M Y K H S L
Decimal 77 232 252 0.69 0.08 0 0.01 186.86 0.97 0.65
Hex 4D E8 FC 45 8 0 1 BB 61 41
Octal 115 350 374 105 10 0 1 273 141 101
Binary 1001101 11101000 11111100 1000101 1000 0 1 10111011 1100001 1000001

Color Harmonies of #4DE8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DE8FC

Black with #4DE8FC

Text Example


Text Example

White with #4DE8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,232,252); }

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

background-color css

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

 a { background-color: rgb(77,232,252); }

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

border-color css

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

 span { border-color: rgb(77,232,252); }

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