Html Css Color HEX #4DD0FA Turquoise Blue

📋 copy color: '#4DD0FA'

red 77 ◦ green 208 ◦ blue 250

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

Shades of Turquoise Blue #4DD0FA

Tints of Turquoise Blue #4DD0FA

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.88%

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

R = 14.39%
G = 38.88%
B = 46.73%

CMYK

 C value IS 0.69

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4DD0FA (or 0x4DD0FA) is known color: Turquoise Blue. HEX triplet: 4D, D0 and FA. RGB value is (77,208,250). Sum of RGB (Red+Green+Blue) = 77+208+250=535 (70% of max value = 765). Red value is 77 (30.47% from 255 or 14.39% from 535); Green value is 208 (81.64% from 255 or 38.88% from 535); Blue value is 250 (98.05% from 255 or 46.73% from 535); Max value from RGB is 250 - color contains mainly: blue. Hex color #4DD0FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DD0FA is #B22F05. Grayscale: #ADADAD. Windows color (decimal): -11677446 or 16437325. OLE color: 16437325.

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

Color convert

RGB 77 208 250 -
CMYK 0.69 0.17 0 0.02
HSL 194.57º 0.95% 0.64% -
HSV(B) 194.57º 0.69% 0.98% -
XYZ 42.87 53.59 98.53 -
YUV 173.62 171.1 59.08 -
System Red Green Blue C M Y K H S L
Decimal 77 208 250 0.69 0.17 0 0.02 194.57 0.95 0.64
Hex 4D D0 FA 45 11 0 2 C3 5F 40
Octal 115 320 372 105 21 0 2 303 137 100
Binary 1001101 11010000 11111010 1000101 10001 0 10 11000011 1011111 1000000

Color Harmonies of #4DD0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DD0FA

Black with #4DD0FA

Text Example


Text Example

White with #4DD0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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