Html Css Color HEX #4DEAFA Turquoise Blue

📋 copy color: '#4DEAFA'

red 77 ◦ green 234 ◦ blue 250

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

Shades of Turquoise Blue #4DEAFA

Tints of Turquoise Blue #4DEAFA

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.71%

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

R = 13.73%
G = 41.71%
B = 44.56%

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

#4DEAFA (or 0x4DEAFA) is known color: Turquoise Blue. HEX triplet: 4D, EA and FA. RGB value is (77,234,250). Sum of RGB (Red+Green+Blue) = 77+234+250=561 (74% of max value = 765). Red value is 77 (30.47% from 255 or 13.73% from 561); Green value is 234 (91.80% from 255 or 41.71% from 561); Blue value is 250 (98.05% from 255 or 44.56% from 561); Max value from RGB is 250 - color contains mainly: blue. Hex color #4DEAFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DEAFA is #B21505. Grayscale: #BCBCBC. Windows color (decimal): -11670790 or 16443981. OLE color: 16443981.

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

Color convert

RGB 77 234 250 -
CMYK 0.69 0.06 0 0.02
HSL 185.55º 0.95% 0.64% -
HSV(B) 185.55º 0.69% 0.98% -
XYZ 49.74 67.33 100.82 -
YUV 188.88 162.49 48.2 -
System Red Green Blue C M Y K H S L
Decimal 77 234 250 0.69 0.06 0 0.02 185.55 0.95 0.64
Hex 4D EA FA 45 6 0 2 BA 5F 40
Octal 115 352 372 105 6 0 2 272 137 100
Binary 1001101 11101010 11111010 1000101 110 0 10 10111010 1011111 1000000

Color Harmonies of #4DEAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DEAFA

Black with #4DEAFA

Text Example


Text Example

White with #4DEAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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