Html Css Color HEX #4DE4FA Turquoise Blue

📋 copy color: '#4DE4FA'

red 77 ◦ green 228 ◦ blue 250

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

Shades of Turquoise Blue #4DE4FA

Tints of Turquoise Blue #4DE4FA

RGB

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

 GREEN value IS 228 (89.45% from 255) = 41.08%

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

R = 13.87%
G = 41.08%
B = 45.05%

CMYK

 C value IS 0.69

 M value IS 0.09

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4DE4FA (or 0x4DE4FA) is known color: Turquoise Blue. HEX triplet: 4D, E4 and FA. RGB value is (77,228,250). Sum of RGB (Red+Green+Blue) = 77+228+250=555 (73% of max value = 765). Red value is 77 (30.47% from 255 or 13.87% from 555); Green value is 228 (89.45% from 255 or 41.08% from 555); Blue value is 250 (98.05% from 255 or 45.05% from 555); Max value from RGB is 250 - color contains mainly: blue. Hex color #4DE4FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DE4FA is #B21B05. Grayscale: #B9B9B9. Windows color (decimal): -11672326 or 16442445. OLE color: 16442445.

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

Color convert

RGB 77 228 250 -
CMYK 0.69 0.09 0 0.02
HSL 187.63º 0.95% 0.64% -
HSV(B) 187.63º 0.69% 0.98% -
XYZ 48.06 63.97 100.26 -
YUV 185.36 164.47 50.71 -
System Red Green Blue C M Y K H S L
Decimal 77 228 250 0.69 0.09 0 0.02 187.63 0.95 0.64
Hex 4D E4 FA 45 9 0 2 BC 5F 40
Octal 115 344 372 105 11 0 2 274 137 100
Binary 1001101 11100100 11111010 1000101 1001 0 10 10111100 1011111 1000000

Color Harmonies of #4DE4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DE4FA

Black with #4DE4FA

Text Example


Text Example

White with #4DE4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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