Html Css Color HEX #4DEBFA Turquoise Blue

📋 copy color: '#4DEBFA'

red 77 ◦ green 235 ◦ blue 250

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

Shades of Turquoise Blue #4DEBFA

Tints of Turquoise Blue #4DEBFA

RGB

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

 GREEN value IS 235 (92.19% from 255) = 41.81%

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

R = 13.7%
G = 41.81%
B = 44.48%

CMYK

 C value IS 0.69

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4DEBFA (or 0x4DEBFA) is known color: Turquoise Blue. HEX triplet: 4D, EB and FA. RGB value is (77,235,250). Sum of RGB (Red+Green+Blue) = 77+235+250=562 (74% of max value = 765). Red value is 77 (30.47% from 255 or 13.70% from 562); Green value is 235 (92.19% from 255 or 41.81% from 562); Blue value is 250 (98.05% from 255 or 44.48% from 562); Max value from RGB is 250 - color contains mainly: blue. Hex color #4DEBFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DEBFA is #B21405. Grayscale: #BDBDBD. Windows color (decimal): -11670534 or 16444237. OLE color: 16444237.

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

Color convert

RGB 77 235 250 -
CMYK 0.69 0.06 0 0.02
HSL 185.2º 0.95% 0.64% -
HSV(B) 185.2º 0.69% 0.98% -
XYZ 50.02 67.9 100.91 -
YUV 189.47 162.15 47.78 -
System Red Green Blue C M Y K H S L
Decimal 77 235 250 0.69 0.06 0 0.02 185.2 0.95 0.64
Hex 4D EB FA 45 6 0 2 B9 5F 40
Octal 115 353 372 105 6 0 2 271 137 100
Binary 1001101 11101011 11111010 1000101 110 0 10 10111001 1011111 1000000

Color Harmonies of #4DEBFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DEBFA

Black with #4DEBFA

Text Example


Text Example

White with #4DEBFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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