Html Css Color HEX #50DCF3 Turquoise Blue

📋 copy color: '#50DCF3'

red 80 ◦ green 220 ◦ blue 243

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

Shades of Turquoise Blue #50DCF3

Tints of Turquoise Blue #50DCF3

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.52%

 BLUE value IS 243 (95.31% from 255) = 44.75%

R = 14.73%
G = 40.52%
B = 44.75%

CMYK

 C value IS 0.67

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#50DCF3 (or 0x50DCF3) is known color: Turquoise Blue. HEX triplet: 50, DC and F3. RGB value is (80,220,243). Sum of RGB (Red+Green+Blue) = 80+220+243=543 (71% of max value = 765). Red value is 80 (31.64% from 255 or 14.73% from 543); Green value is 220 (86.33% from 255 or 40.52% from 543); Blue value is 243 (95.31% from 255 or 44.75% from 543); Max value from RGB is 243 - color contains mainly: blue. Hex color #50DCF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50DCF3 is #AF230C. Grayscale: #B4B4B4. Windows color (decimal): -11477773 or 15981648. OLE color: 15981648.

HSL color Cylindrical-coordinate representation of color #50DCF3: hue angle of 188.47º degrees, saturation: 0.87, 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 #50DCF3 is Cyan = 0.67, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 80 220 243 -
CMYK 0.67 0.09 0 0.05
HSL 188.47º 0.87% 0.63% -
HSV(B) 188.47º 0.67% 0.95% -
XYZ 45.08 59.36 93.88 -
YUV 180.76 163.12 56.13 -
System Red Green Blue C M Y K H S L
Decimal 80 220 243 0.67 0.09 0 0.05 188.47 0.87 0.63
Hex 50 DC F3 43 9 0 5 BC 57 3F
Octal 120 334 363 103 11 0 5 274 127 77
Binary 1010000 11011100 11110011 1000011 1001 0 101 10111100 1010111 111111

Color Harmonies of #50DCF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DCF3

Black with #50DCF3

Text Example


Text Example

White with #50DCF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,220,243); }

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

background-color css

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

 a { background-color: rgb(80,220,243); }

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

border-color css

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

 span { border-color: rgb(80,220,243); }

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