Html Css Color HEX #50CDF0 Turquoise Blue

📋 copy color: '#50CDF0'

red 80 ◦ green 205 ◦ blue 240

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

Shades of Turquoise Blue #50CDF0

Tints of Turquoise Blue #50CDF0

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.05%

 BLUE value IS 240 (94.14% from 255) = 45.71%

R = 15.24%
G = 39.05%
B = 45.71%

CMYK

 C value IS 0.67

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#50CDF0 (or 0x50CDF0) is known color: Turquoise Blue. HEX triplet: 50, CD and F0. RGB value is (80,205,240). Sum of RGB (Red+Green+Blue) = 80+205+240=525 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.24% from 525); Green value is 205 (80.47% from 255 or 39.05% from 525); Blue value is 240 (94.14% from 255 or 45.71% from 525); Max value from RGB is 240 - color contains mainly: blue. Hex color #50CDF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50CDF0 is #AF320F. Grayscale: #ABABAB. Windows color (decimal): -11481616 or 15781200. OLE color: 15781200.

HSL color Cylindrical-coordinate representation of color #50CDF0: hue angle of 193.12º degrees, saturation: 0.84, 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 #50CDF0 is Cyan = 0.67, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 80 205 240 -
CMYK 0.67 0.15 0 0.06
HSL 193.13º 0.84% 0.63% -
HSV(B) 193.13º 0.67% 0.94% -
XYZ 40.87 51.66 90.26 -
YUV 171.62 166.59 62.65 -
System Red Green Blue C M Y K H S L
Decimal 80 205 240 0.67 0.15 0 0.06 193.13 0.84 0.63
Hex 50 CD F0 43 F 0 6 C1 54 3F
Octal 120 315 360 103 17 0 6 301 124 77
Binary 1010000 11001101 11110000 1000011 1111 0 110 11000001 1010100 111111

Color Harmonies of #50CDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CDF0

Black with #50CDF0

Text Example


Text Example

White with #50CDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,205,240); }

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

background-color css

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

 a { background-color: rgb(80,205,240); }

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

border-color css

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

 span { border-color: rgb(80,205,240); }

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