Html Css Color HEX #4DD2EB Turquoise Blue

📋 copy color: '#4DD2EB'

red 77 ◦ green 210 ◦ blue 235

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

Shades of Turquoise Blue #4DD2EB

Tints of Turquoise Blue #4DD2EB

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40.23%

 BLUE value IS 235 (92.19% from 255) = 45.02%

R = 14.75%
G = 40.23%
B = 45.02%

CMYK

 C value IS 0.67

 M value IS 0.11

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4DD2EB (or 0x4DD2EB) is known color: Turquoise Blue. HEX triplet: 4D, D2 and EB. RGB value is (77,210,235). Sum of RGB (Red+Green+Blue) = 77+210+235=522 (69% of max value = 765). Red value is 77 (30.47% from 255 or 14.75% from 522); Green value is 210 (82.42% from 255 or 40.23% from 522); Blue value is 235 (92.19% from 255 or 45.02% from 522); Max value from RGB is 235 - color contains mainly: blue. Hex color #4DD2EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DD2EB is #B22D14. Grayscale: #ACACAC. Windows color (decimal): -11676949 or 15454797. OLE color: 15454797.

HSL color Cylindrical-coordinate representation of color #4DD2EB: hue angle of 189.49º degrees, saturation: 0.8, 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 #4DD2EB is Cyan = 0.67, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 77 210 235 -
CMYK 0.67 0.11 0 0.08
HSL 189.49º 0.8% 0.61% -
HSV(B) 189.49º 0.67% 0.92% -
XYZ 41.1 53.67 86.79 -
YUV 173.08 162.94 59.47 -
System Red Green Blue C M Y K H S L
Decimal 77 210 235 0.67 0.11 0 0.08 189.49 0.8 0.61
Hex 4D D2 EB 43 B 0 8 BD 50 3D
Octal 115 322 353 103 13 0 10 275 120 75
Binary 1001101 11010010 11101011 1000011 1011 0 1000 10111101 1010000 111101

Color Harmonies of #4DD2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DD2EB

Black with #4DD2EB

Text Example


Text Example

White with #4DD2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,210,235); }

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

background-color css

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

 a { background-color: rgb(77,210,235); }

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

border-color css

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

 span { border-color: rgb(77,210,235); }

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