Html Css Color HEX #4DCFFD Turquoise Blue

📋 copy color: '#4DCFFD'

red 77 ◦ green 207 ◦ blue 253

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

Shades of Turquoise Blue #4DCFFD

Tints of Turquoise Blue #4DCFFD

RGB

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

 GREEN value IS 207 (81.25% from 255) = 38.55%

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

R = 14.34%
G = 38.55%
B = 47.11%

CMYK

 C value IS 0.70

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4DCFFD (or 0x4DCFFD) is known color: Turquoise Blue. HEX triplet: 4D, CF and FD. RGB value is (77,207,253). Sum of RGB (Red+Green+Blue) = 77+207+253=537 (71% of max value = 765). Red value is 77 (30.47% from 255 or 14.34% from 537); Green value is 207 (81.25% from 255 or 38.55% from 537); Blue value is 253 (99.22% from 255 or 47.11% from 537); Max value from RGB is 253 - color contains mainly: blue. Hex color #4DCFFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DCFFD is #B23002. Grayscale: #ADADAD. Windows color (decimal): -11677699 or 16633677. OLE color: 16633677.

HSL color Cylindrical-coordinate representation of color #4DCFFD: hue angle of 195.68º 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 #4DCFFD is Cyan = 0.70, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 77 207 253 -
CMYK 0.70 0.18 0 0.01
HSL 195.68º 0.98% 0.65% -
HSV(B) 195.68º 0.7% 0.99% -
XYZ 43.1 53.3 100.94 -
YUV 173.37 172.93 59.26 -
System Red Green Blue C M Y K H S L
Decimal 77 207 253 0.70 0.18 0 0.01 195.68 0.98 0.65
Hex 4D CF FD 46 12 0 1 C4 62 41
Octal 115 317 375 106 22 0 1 304 142 101
Binary 1001101 11001111 11111101 1000110 10010 0 1 11000100 1100010 1000001

Color Harmonies of #4DCFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DCFFD

Black with #4DCFFD

Text Example


Text Example

White with #4DCFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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