Html Css Color HEX #50DFEF Turquoise Blue

📋 copy color: '#50DFEF'

red 80 ◦ green 223 ◦ blue 239

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

Shades of Turquoise Blue #50DFEF

Tints of Turquoise Blue #50DFEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.1%

R = 14.76%
G = 41.14%
B = 44.1%

CMYK

 C value IS 0.67

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#50DFEF (or 0x50DFEF) is known color: Turquoise Blue. HEX triplet: 50, DF and EF. RGB value is (80,223,239). Sum of RGB (Red+Green+Blue) = 80+223+239=542 (71% of max value = 765). Red value is 80 (31.64% from 255 or 14.76% from 542); Green value is 223 (87.5% from 255 or 41.14% from 542); Blue value is 239 (93.75% from 255 or 44.10% from 542); Max value from RGB is 239 - color contains mainly: blue. Hex color #50DFEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50DFEF is #AF2010. Grayscale: #B5B5B5. Windows color (decimal): -11477009 or 15720272. OLE color: 15720272.

HSL color Cylindrical-coordinate representation of color #50DFEF: hue angle of 186.04º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50DFEF is Cyan = 0.67, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 80 223 239 -
CMYK 0.67 0.07 0 0.06
HSL 186.04º 0.83% 0.63% -
HSV(B) 186.04º 0.67% 0.94% -
XYZ 45.28 60.71 90.99 -
YUV 182.07 160.12 55.2 -
System Red Green Blue C M Y K H S L
Decimal 80 223 239 0.67 0.07 0 0.06 186.04 0.83 0.63
Hex 50 DF EF 43 7 0 6 BA 53 3F
Octal 120 337 357 103 7 0 6 272 123 77
Binary 1010000 11011111 11101111 1000011 111 0 110 10111010 1010011 111111

Color Harmonies of #50DFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DFEF

Black with #50DFEF

Text Example


Text Example

White with #50DFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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