Html Css Color HEX #50DFF2 Turquoise Blue

📋 copy color: '#50DFF2'

red 80 ◦ green 223 ◦ blue 242

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

Shades of Turquoise Blue #50DFF2

Tints of Turquoise Blue #50DFF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 44.4%

R = 14.68%
G = 40.92%
B = 44.4%

CMYK

 C value IS 0.67

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#50DFF2 (or 0x50DFF2) is known color: Turquoise Blue. HEX triplet: 50, DF and F2. RGB value is (80,223,242). Sum of RGB (Red+Green+Blue) = 80+223+242=545 (72% of max value = 765). Red value is 80 (31.64% from 255 or 14.68% from 545); Green value is 223 (87.5% from 255 or 40.92% from 545); Blue value is 242 (94.92% from 255 or 44.40% from 545); Max value from RGB is 242 - color contains mainly: blue. Hex color #50DFF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50DFF2 is #AF200D. Grayscale: #B6B6B6. Windows color (decimal): -11477006 or 15916880. OLE color: 15916880.

HSL color Cylindrical-coordinate representation of color #50DFF2: hue angle of 187.04º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50DFF2 is Cyan = 0.67, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 80 223 242 -
CMYK 0.67 0.08 0 0.05
HSL 187.04º 0.86% 0.63% -
HSV(B) 187.04º 0.67% 0.95% -
XYZ 45.72 60.89 93.35 -
YUV 182.41 161.62 54.96 -
System Red Green Blue C M Y K H S L
Decimal 80 223 242 0.67 0.08 0 0.05 187.04 0.86 0.63
Hex 50 DF F2 43 8 0 5 BB 56 3F
Octal 120 337 362 103 10 0 5 273 126 77
Binary 1010000 11011111 11110010 1000011 1000 0 101 10111011 1010110 111111

Color Harmonies of #50DFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DFF2

Black with #50DFF2

Text Example


Text Example

White with #50DFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,223,242); }

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

background-color css

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

 a { background-color: rgb(80,223,242); }

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

border-color css

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

 span { border-color: rgb(80,223,242); }

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