Html Css Color HEX #4DD7FA Turquoise Blue

📋 copy color: '#4DD7FA'

red 77 ◦ green 215 ◦ blue 250

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

Shades of Turquoise Blue #4DD7FA

Tints of Turquoise Blue #4DD7FA

RGB

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

 GREEN value IS 215 (84.38% from 255) = 39.67%

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

R = 14.21%
G = 39.67%
B = 46.13%

CMYK

 C value IS 0.69

 M value IS 0.14

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4DD7FA (or 0x4DD7FA) is known color: Turquoise Blue. HEX triplet: 4D, D7 and FA. RGB value is (77,215,250). Sum of RGB (Red+Green+Blue) = 77+215+250=542 (71% of max value = 765). Red value is 77 (30.47% from 255 or 14.21% from 542); Green value is 215 (84.38% from 255 or 39.67% from 542); Blue value is 250 (98.05% from 255 or 46.13% from 542); Max value from RGB is 250 - color contains mainly: blue. Hex color #4DD7FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DD7FA is #B22805. Grayscale: #B1B1B1. Windows color (decimal): -11675654 or 16439117. OLE color: 16439117.

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

Color convert

RGB 77 215 250 -
CMYK 0.69 0.14 0 0.02
HSL 192.14º 0.95% 0.64% -
HSV(B) 192.14º 0.69% 0.98% -
XYZ 44.62 57.08 99.11 -
YUV 177.73 168.78 56.15 -
System Red Green Blue C M Y K H S L
Decimal 77 215 250 0.69 0.14 0 0.02 192.14 0.95 0.64
Hex 4D D7 FA 45 E 0 2 C0 5F 40
Octal 115 327 372 105 16 0 2 300 137 100
Binary 1001101 11010111 11111010 1000101 1110 0 10 11000000 1011111 1000000

Color Harmonies of #4DD7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DD7FA

Black with #4DD7FA

Text Example


Text Example

White with #4DD7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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