Html Css Color HEX #4DDBFC Turquoise Blue

📋 copy color: '#4DDBFC'

red 77 ◦ green 219 ◦ blue 252

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

Shades of Turquoise Blue #4DDBFC

Tints of Turquoise Blue #4DDBFC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.96%

 BLUE value IS 252 (98.83% from 255) = 45.99%

R = 14.05%
G = 39.96%
B = 45.99%

CMYK

 C value IS 0.69

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4DDBFC (or 0x4DDBFC) is known color: Turquoise Blue. HEX triplet: 4D, DB and FC. RGB value is (77,219,252). Sum of RGB (Red+Green+Blue) = 77+219+252=548 (72% of max value = 765). Red value is 77 (30.47% from 255 or 14.05% from 548); Green value is 219 (85.94% from 255 or 39.96% from 548); Blue value is 252 (98.83% from 255 or 45.99% from 548); Max value from RGB is 252 - color contains mainly: blue. Hex color #4DDBFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DDBFC is #B22403. Grayscale: #B4B4B4. Windows color (decimal): -11674628 or 16571213. OLE color: 16571213.

HSL color Cylindrical-coordinate representation of color #4DDBFC: hue angle of 191.31º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DDBFC is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 77 219 252 -
CMYK 0.69 0.13 0 0.01
HSL 191.31º 0.97% 0.65% -
HSV(B) 191.31º 0.69% 0.99% -
XYZ 45.96 59.27 101.11 -
YUV 180.3 168.46 54.32 -
System Red Green Blue C M Y K H S L
Decimal 77 219 252 0.69 0.13 0 0.01 191.31 0.97 0.65
Hex 4D DB FC 45 D 0 1 BF 61 41
Octal 115 333 374 105 15 0 1 277 141 101
Binary 1001101 11011011 11111100 1000101 1101 0 1 10111111 1100001 1000001

Color Harmonies of #4DDBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDBFC

Black with #4DDBFC

Text Example


Text Example

White with #4DDBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,219,252); }

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

background-color css

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

 a { background-color: rgb(77,219,252); }

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

border-color css

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

 span { border-color: rgb(77,219,252); }

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