Html Css Color HEX #4DDBEA Turquoise Blue

📋 copy color: '#4DDBEA'

red 77 ◦ green 219 ◦ blue 234

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

Shades of Turquoise Blue #4DDBEA

Tints of Turquoise Blue #4DDBEA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.32%

 BLUE value IS 234 (91.8% from 255) = 44.15%

R = 14.53%
G = 41.32%
B = 44.15%

CMYK

 C value IS 0.67

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4DDBEA (or 0x4DDBEA) is known color: Turquoise Blue. HEX triplet: 4D, DB and EA. RGB value is (77,219,234). Sum of RGB (Red+Green+Blue) = 77+219+234=530 (70% of max value = 765). Red value is 77 (30.47% from 255 or 14.53% from 530); Green value is 219 (85.94% from 255 or 41.32% from 530); Blue value is 234 (91.80% from 255 or 44.15% from 530); Max value from RGB is 234 - color contains mainly: blue. Hex color #4DDBEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DDBEA is #B22415. Grayscale: #B2B2B2. Windows color (decimal): -11674646 or 15391565. OLE color: 15391565.

HSL color Cylindrical-coordinate representation of color #4DDBEA: hue angle of 185.73º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4DDBEA is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 77 219 234 -
CMYK 0.67 0.06 0 0.08
HSL 185.73º 0.79% 0.61% -
HSV(B) 185.73º 0.67% 0.92% -
XYZ 43.24 58.18 86.79 -
YUV 178.25 159.46 55.78 -
System Red Green Blue C M Y K H S L
Decimal 77 219 234 0.67 0.06 0 0.08 185.73 0.79 0.61
Hex 4D DB EA 43 6 0 8 BA 4F 3D
Octal 115 333 352 103 6 0 10 272 117 75
Binary 1001101 11011011 11101010 1000011 110 0 1000 10111010 1001111 111101

Color Harmonies of #4DDBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDBEA

Black with #4DDBEA

Text Example


Text Example

White with #4DDBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,219,234); }

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

background-color css

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

 a { background-color: rgb(77,219,234); }

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

border-color css

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

 span { border-color: rgb(77,219,234); }

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