Html Css Color HEX #4DDFFD Turquoise Blue

📋 copy color: '#4DDFFD'

red 77 ◦ green 223 ◦ blue 253

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

Shades of Turquoise Blue #4DDFFD

Tints of Turquoise Blue #4DDFFD

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.33%

 BLUE value IS 253 (99.22% from 255) = 45.75%

R = 13.92%
G = 40.33%
B = 45.75%

CMYK

 C value IS 0.70

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4DDFFD (or 0x4DDFFD) is known color: Turquoise Blue. HEX triplet: 4D, DF and FD. RGB value is (77,223,253). Sum of RGB (Red+Green+Blue) = 77+223+253=553 (73% of max value = 765). Red value is 77 (30.47% from 255 or 13.92% from 553); Green value is 223 (87.5% from 255 or 40.33% from 553); Blue value is 253 (99.22% from 255 or 45.75% from 553); Max value from RGB is 253 - color contains mainly: blue. Hex color #4DDFFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DDFFD is #B22002. Grayscale: #B6B6B6. Windows color (decimal): -11673603 or 16637773. OLE color: 16637773.

HSL color Cylindrical-coordinate representation of color #4DDFFD: hue angle of 190.23º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DDFFD is Cyan = 0.70, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 77 223 253 -
CMYK 0.70 0.12 0 0.01
HSL 190.23º 0.98% 0.65% -
HSV(B) 190.23º 0.7% 0.99% -
XYZ 47.18 61.44 102.3 -
YUV 182.77 167.63 52.56 -
System Red Green Blue C M Y K H S L
Decimal 77 223 253 0.70 0.12 0 0.01 190.23 0.98 0.65
Hex 4D DF FD 46 C 0 1 BE 62 41
Octal 115 337 375 106 14 0 1 276 142 101
Binary 1001101 11011111 11111101 1000110 1100 0 1 10111110 1100010 1000001

Color Harmonies of #4DDFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDFFD

Black with #4DDFFD

Text Example


Text Example

White with #4DDFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,223,253); }

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

background-color css

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

 a { background-color: rgb(77,223,253); }

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

border-color css

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

 span { border-color: rgb(77,223,253); }

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