Html Css Color HEX #4DD3FC Turquoise Blue

📋 copy color: '#4DD3FC'

red 77 ◦ green 211 ◦ blue 252

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

Shades of Turquoise Blue #4DD3FC

Tints of Turquoise Blue #4DD3FC

RGB

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

 GREEN value IS 211 (82.81% from 255) = 39.07%

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

R = 14.26%
G = 39.07%
B = 46.67%

CMYK

 C value IS 0.69

 M value IS 0.16

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4DD3FC (or 0x4DD3FC) is known color: Turquoise Blue. HEX triplet: 4D, D3 and FC. RGB value is (77,211,252). Sum of RGB (Red+Green+Blue) = 77+211+252=540 (71% of max value = 765). Red value is 77 (30.47% from 255 or 14.26% from 540); Green value is 211 (82.81% from 255 or 39.07% from 540); Blue value is 252 (98.83% from 255 or 46.67% from 540); Max value from RGB is 252 - color contains mainly: blue. Hex color #4DD3FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DD3FC is #B22C03. Grayscale: #AFAFAF. Windows color (decimal): -11676676 or 16569165. OLE color: 16569165.

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

Color convert

RGB 77 211 252 -
CMYK 0.69 0.16 0 0.01
HSL 194.06º 0.97% 0.65% -
HSV(B) 194.06º 0.69% 0.99% -
XYZ 43.93 55.19 100.43 -
YUV 175.61 171.11 57.67 -
System Red Green Blue C M Y K H S L
Decimal 77 211 252 0.69 0.16 0 0.01 194.06 0.97 0.65
Hex 4D D3 FC 45 10 0 1 C2 61 41
Octal 115 323 374 105 20 0 1 302 141 101
Binary 1001101 11010011 11111100 1000101 10000 0 1 11000010 1100001 1000001

Color Harmonies of #4DD3FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DD3FC

Black with #4DD3FC

Text Example


Text Example

White with #4DD3FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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