Html Css Color HEX #50D2FD Turquoise Blue

📋 copy color: '#50D2FD'

red 80 ◦ green 210 ◦ blue 253

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

Shades of Turquoise Blue #50D2FD

Tints of Turquoise Blue #50D2FD

RGB

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

 GREEN value IS 210 (82.42% from 255) = 38.67%

 BLUE value IS 253 (99.22% from 255) = 46.59%

R = 14.73%
G = 38.67%
B = 46.59%

CMYK

 C value IS 0.68

 M value IS 0.17

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#50D2FD (or 0x50D2FD) is known color: Turquoise Blue. HEX triplet: 50, D2 and FD. RGB value is (80,210,253). Sum of RGB (Red+Green+Blue) = 80+210+253=543 (71% of max value = 765). Red value is 80 (31.64% from 255 or 14.73% from 543); Green value is 210 (82.42% from 255 or 38.67% from 543); Blue value is 253 (99.22% from 255 or 46.59% from 543); Max value from RGB is 253 - color contains mainly: blue. Hex color #50D2FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50D2FD is #AF2D02. Grayscale: #AFAFAF. Windows color (decimal): -11480323 or 16634448. OLE color: 16634448.

HSL color Cylindrical-coordinate representation of color #50D2FD: hue angle of 194.91º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50D2FD is Cyan = 0.68, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 80 210 253 -
CMYK 0.68 0.17 0 0.01
HSL 194.91º 0.98% 0.65% -
HSV(B) 194.91º 0.68% 0.99% -
XYZ 44.08 54.89 101.2 -
YUV 176.03 171.43 59.5 -
System Red Green Blue C M Y K H S L
Decimal 80 210 253 0.68 0.17 0 0.01 194.91 0.98 0.65
Hex 50 D2 FD 44 11 0 1 C3 62 41
Octal 120 322 375 104 21 0 1 303 142 101
Binary 1010000 11010010 11111101 1000100 10001 0 1 11000011 1100010 1000001

Color Harmonies of #50D2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D2FD

Black with #50D2FD

Text Example


Text Example

White with #50D2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,210,253); }

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

background-color css

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

 a { background-color: rgb(80,210,253); }

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

border-color css

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

 span { border-color: rgb(80,210,253); }

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