Html Css Color HEX #4DDFFA Turquoise Blue

📋 copy color: '#4DDFFA'

red 77 ◦ green 223 ◦ blue 250

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

Shades of Turquoise Blue #4DDFFA

Tints of Turquoise Blue #4DDFFA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.55%

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

R = 14%
G = 40.55%
B = 45.45%

CMYK

 C value IS 0.69

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4DDFFA (or 0x4DDFFA) is known color: Turquoise Blue. HEX triplet: 4D, DF and FA. RGB value is (77,223,250). Sum of RGB (Red+Green+Blue) = 77+223+250=550 (72% of max value = 765). Red value is 77 (30.47% from 255 or 14% from 550); Green value is 223 (87.5% from 255 or 40.55% from 550); Blue value is 250 (98.05% from 255 or 45.45% from 550); Max value from RGB is 250 - color contains mainly: blue. Hex color #4DDFFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DDFFA is #B22005. Grayscale: #B6B6B6. Windows color (decimal): -11673606 or 16441165. OLE color: 16441165.

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

Color convert

RGB 77 223 250 -
CMYK 0.69 0.11 0 0.02
HSL 189.36º 0.95% 0.64% -
HSV(B) 189.36º 0.69% 0.98% -
XYZ 46.7 61.26 99.8 -
YUV 182.42 166.13 52.8 -
System Red Green Blue C M Y K H S L
Decimal 77 223 250 0.69 0.11 0 0.02 189.36 0.95 0.64
Hex 4D DF FA 45 B 0 2 BD 5F 40
Octal 115 337 372 105 13 0 2 275 137 100
Binary 1001101 11011111 11111010 1000101 1011 0 10 10111101 1011111 1000000

Color Harmonies of #4DDFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDFFA

Black with #4DDFFA

Text Example


Text Example

White with #4DDFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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