Html Css Color HEX #4DCEEF Turquoise Blue

📋 copy color: '#4DCEEF'

red 77 ◦ green 206 ◦ blue 239

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

Shades of Turquoise Blue #4DCEEF

Tints of Turquoise Blue #4DCEEF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.46%

 BLUE value IS 239 (93.75% from 255) = 45.79%

R = 14.75%
G = 39.46%
B = 45.79%

CMYK

 C value IS 0.68

 M value IS 0.14

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4DCEEF (or 0x4DCEEF) is known color: Turquoise Blue. HEX triplet: 4D, CE and EF. RGB value is (77,206,239). Sum of RGB (Red+Green+Blue) = 77+206+239=522 (69% of max value = 765). Red value is 77 (30.47% from 255 or 14.75% from 522); Green value is 206 (80.86% from 255 or 39.46% from 522); Blue value is 239 (93.75% from 255 or 45.79% from 522); Max value from RGB is 239 - color contains mainly: blue. Hex color #4DCEEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DCEEF is #B23110. Grayscale: #AAAAAA. Windows color (decimal): -11677969 or 15715917. OLE color: 15715917.

HSL color Cylindrical-coordinate representation of color #4DCEEF: hue angle of 192.22º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DCEEF is Cyan = 0.68, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 77 206 239 -
CMYK 0.68 0.14 0 0.06
HSL 192.22º 0.84% 0.62% -
HSV(B) 192.22º 0.68% 0.94% -
XYZ 40.71 51.95 89.54 -
YUV 171.19 166.26 60.82 -
System Red Green Blue C M Y K H S L
Decimal 77 206 239 0.68 0.14 0 0.06 192.22 0.84 0.62
Hex 4D CE EF 44 E 0 6 C0 54 3E
Octal 115 316 357 104 16 0 6 300 124 76
Binary 1001101 11001110 11101111 1000100 1110 0 110 11000000 1010100 111110

Color Harmonies of #4DCEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DCEEF

Black with #4DCEEF

Text Example


Text Example

White with #4DCEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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