Html Css Color HEX #50CFEB Turquoise Blue

📋 copy color: '#50CFEB'

red 80 ◦ green 207 ◦ blue 235

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

Shades of Turquoise Blue #50CFEB

Tints of Turquoise Blue #50CFEB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 39.66%

 BLUE value IS 235 (92.19% from 255) = 45.02%

R = 15.33%
G = 39.66%
B = 45.02%

CMYK

 C value IS 0.66

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#50CFEB (or 0x50CFEB) is known color: Turquoise Blue. HEX triplet: 50, CF and EB. RGB value is (80,207,235). Sum of RGB (Red+Green+Blue) = 80+207+235=522 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.33% from 522); Green value is 207 (81.25% from 255 or 39.66% from 522); Blue value is 235 (92.19% from 255 or 45.02% from 522); Max value from RGB is 235 - color contains mainly: blue. Hex color #50CFEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50CFEB is #AF3014. Grayscale: #ABABAB. Windows color (decimal): -11481109 or 15454032. OLE color: 15454032.

HSL color Cylindrical-coordinate representation of color #50CFEB: hue angle of 190.84º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50CFEB is Cyan = 0.66, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 80 207 235 -
CMYK 0.66 0.12 0 0.08
HSL 190.84º 0.79% 0.62% -
HSV(B) 190.84º 0.66% 0.92% -
XYZ 40.62 52.33 86.56 -
YUV 172.22 163.42 62.22 -
System Red Green Blue C M Y K H S L
Decimal 80 207 235 0.66 0.12 0 0.08 190.84 0.79 0.62
Hex 50 CF EB 42 C 0 8 BF 4F 3E
Octal 120 317 353 102 14 0 10 277 117 76
Binary 1010000 11001111 11101011 1000010 1100 0 1000 10111111 1001111 111110

Color Harmonies of #50CFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CFEB

Black with #50CFEB

Text Example


Text Example

White with #50CFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,207,235); }

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

background-color css

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

 a { background-color: rgb(80,207,235); }

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

border-color css

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

 span { border-color: rgb(80,207,235); }

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