Html Css Color HEX #50DDF4 Turquoise Blue

📋 copy color: '#50DDF4'

red 80 ◦ green 221 ◦ blue 244

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

Shades of Turquoise Blue #50DDF4

Tints of Turquoise Blue #50DDF4

RGB

 RED value IS 80 (31.64% from 255) = 14.68%

 GREEN value IS 221 (86.72% from 255) = 40.55%

 BLUE value IS 244 (95.7% from 255) = 44.77%

R = 14.68%
G = 40.55%
B = 44.77%

CMYK

 C value IS 0.67

 M value IS 0.09

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#50DDF4 (or 0x50DDF4) is known color: Turquoise Blue. HEX triplet: 50, DD and F4. RGB value is (80,221,244). Sum of RGB (Red+Green+Blue) = 80+221+244=545 (72% of max value = 765). Red value is 80 (31.64% from 255 or 14.68% from 545); Green value is 221 (86.72% from 255 or 40.55% from 545); Blue value is 244 (95.70% from 255 or 44.77% from 545); Max value from RGB is 244 - color contains mainly: blue. Hex color #50DDF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50DDF4 is #AF220B. Grayscale: #B5B5B5. Windows color (decimal): -11477516 or 16047440. OLE color: 16047440.

HSL color Cylindrical-coordinate representation of color #50DDF4: hue angle of 188.41º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50DDF4 is Cyan = 0.67, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 80 221 244 -
CMYK 0.67 0.09 0 0.04
HSL 188.41º 0.88% 0.64% -
HSV(B) 188.41º 0.67% 0.96% -
XYZ 45.49 59.95 94.76 -
YUV 181.46 163.29 55.63 -
System Red Green Blue C M Y K H S L
Decimal 80 221 244 0.67 0.09 0 0.04 188.41 0.88 0.64
Hex 50 DD F4 43 9 0 4 BC 58 40
Octal 120 335 364 103 11 0 4 274 130 100
Binary 1010000 11011101 11110100 1000011 1001 0 100 10111100 1011000 1000000

Color Harmonies of #50DDF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DDF4

Black with #50DDF4

Text Example


Text Example

White with #50DDF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50DDF4; }

 p { color: rgb(80,221,244); }

 H1.HeaderClassName
 {
   color: #50DDF4;
 }
 .AnyTagClassName
 {
   color: #50DDF4;
 }
</style>

background-color css

<style>
 a { background-color: #50DDF4; }

 a { background-color: rgb(80,221,244); }

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

border-color css

<style>
 span { border-color: #50DDF4; }

 span { border-color: rgb(80,221,244); }

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