Html Css Color HEX #4DCCFA Turquoise Blue

📋 copy color: '#4DCCFA'

red 77 ◦ green 204 ◦ blue 250

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

Shades of Turquoise Blue #4DCCFA

Tints of Turquoise Blue #4DCCFA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.42%

 BLUE value IS 250 (98.05% from 255) = 47.08%

R = 14.5%
G = 38.42%
B = 47.08%

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

#4DCCFA (or 0x4DCCFA) is known color: Turquoise Blue. HEX triplet: 4D, CC and FA. RGB value is (77,204,250). Sum of RGB (Red+Green+Blue) = 77+204+250=531 (70% of max value = 765). Red value is 77 (30.47% from 255 or 14.50% from 531); Green value is 204 (80.08% from 255 or 38.42% from 531); Blue value is 250 (98.05% from 255 or 47.08% from 531); Max value from RGB is 250 - color contains mainly: blue. Hex color #4DCCFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DCCFA is #B23305. Grayscale: #AAAAAA. Windows color (decimal): -11678470 or 16436301. OLE color: 16436301.

HSL color Cylindrical-coordinate representation of color #4DCCFA: hue angle of 195.95º degrees, saturation: 0.95, 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 #4DCCFA is Cyan = 0.69, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 77 204 250 -
CMYK 0.69 0.18 0 0.02
HSL 195.95º 0.95% 0.64% -
HSV(B) 195.95º 0.69% 0.98% -
XYZ 41.91 51.67 98.21 -
YUV 171.27 172.42 60.76 -
System Red Green Blue C M Y K H S L
Decimal 77 204 250 0.69 0.18 0 0.02 195.95 0.95 0.64
Hex 4D CC FA 45 12 0 2 C4 5F 40
Octal 115 314 372 105 22 0 2 304 137 100
Binary 1001101 11001100 11111010 1000101 10010 0 10 11000100 1011111 1000000

Color Harmonies of #4DCCFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DCCFA

Black with #4DCCFA

Text Example


Text Example

White with #4DCCFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,204,250); }

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

background-color css

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

 a { background-color: rgb(77,204,250); }

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

border-color css

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

 span { border-color: rgb(77,204,250); }

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