Html Css Color HEX #4DCDFB Turquoise Blue

📋 copy color: '#4DCDFB'

red 77 ◦ green 205 ◦ blue 251

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

Shades of Turquoise Blue #4DCDFB

Tints of Turquoise Blue #4DCDFB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.46%

 BLUE value IS 251 (98.44% from 255) = 47.09%

R = 14.45%
G = 38.46%
B = 47.09%

CMYK

 C value IS 0.69

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4DCDFB (or 0x4DCDFB) is known color: Turquoise Blue. HEX triplet: 4D, CD and FB. RGB value is (77,205,251). Sum of RGB (Red+Green+Blue) = 77+205+251=533 (70% of max value = 765). Red value is 77 (30.47% from 255 or 14.45% from 533); Green value is 205 (80.47% from 255 or 38.46% from 533); Blue value is 251 (98.44% from 255 or 47.09% from 533); Max value from RGB is 251 - color contains mainly: blue. Hex color #4DCDFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DCDFB is #B23204. Grayscale: #ABABAB. Windows color (decimal): -11678213 or 16502093. OLE color: 16502093.

HSL color Cylindrical-coordinate representation of color #4DCDFB: hue angle of 195.86º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DCDFB is Cyan = 0.69, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 77 205 251 -
CMYK 0.69 0.18 0 0.02
HSL 195.86º 0.96% 0.64% -
HSV(B) 195.86º 0.69% 0.98% -
XYZ 42.3 52.21 99.11 -
YUV 171.97 172.59 60.26 -
System Red Green Blue C M Y K H S L
Decimal 77 205 251 0.69 0.18 0 0.02 195.86 0.96 0.64
Hex 4D CD FB 45 12 0 2 C4 60 40
Octal 115 315 373 105 22 0 2 304 140 100
Binary 1001101 11001101 11111011 1000101 10010 0 10 11000100 1100000 1000000

Color Harmonies of #4DCDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DCDFB

Black with #4DCDFB

Text Example


Text Example

White with #4DCDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,205,251); }

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

background-color css

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

 a { background-color: rgb(77,205,251); }

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

border-color css

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

 span { border-color: rgb(77,205,251); }

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