Html Css Color HEX #5BEACD Turquoise

📋 copy color: '#5BEACD'

red 91 ◦ green 234 ◦ blue 205

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

Shades of Turquoise #5BEACD

Tints of Turquoise #5BEACD

RGB

 RED value IS 91 (35.94% from 255) = 17.17%

 GREEN value IS 234 (91.8% from 255) = 44.15%

 BLUE value IS 205 (80.47% from 255) = 38.68%

R = 17.17%
G = 44.15%
B = 38.68%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#5BEACD (or 0x5BEACD) is known color: Turquoise. HEX triplet: 5B, EA and CD. RGB value is (91,234,205). Sum of RGB (Red+Green+Blue) = 91+234+205=530 (70% of max value = 765). Red value is 91 (35.94% from 255 or 17.17% from 530); Green value is 234 (91.80% from 255 or 44.15% from 530); Blue value is 205 (80.47% from 255 or 38.68% from 530); Max value from RGB is 234 - color contains mainly: green. Hex color #5BEACD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BEACD is #A41532. Grayscale: #BBBBBB. Windows color (decimal): -10753331 or 13494875. OLE color: 13494875.

HSL color Cylindrical-coordinate representation of color #5BEACD: hue angle of 167.83º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5BEACD is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 91 234 205 -
CMYK 0.61 0 0.12 0.08
HSL 167.83º 0.77% 0.64% -
HSV(B) 167.83º 0.61% 0.92% -
XYZ 44.76 65.48 68.04 -
YUV 187.94 137.62 58.86 -
System Red Green Blue C M Y K H S L
Decimal 91 234 205 0.61 0 0.12 0.08 167.83 0.77 0.64
Hex 5B EA CD 3D 0 C 8 A8 4D 40
Octal 133 352 315 75 0 14 10 250 115 100
Binary 1011011 11101010 11001101 111101 0 1100 1000 10101000 1001101 1000000

Color Harmonies of #5BEACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BEACD

Black with #5BEACD

Text Example


Text Example

White with #5BEACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5BEACD; }

 p { color: rgb(91,234,205); }

 H1.HeaderClassName
 {
   color: #5BEACD;
 }
 .AnyTagClassName
 {
   color: #5BEACD;
 }
</style>

background-color css

<style>
 a { background-color: #5BEACD; }

 a { background-color: rgb(91,234,205); }

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

border-color css

<style>
 span { border-color: #5BEACD; }

 span { border-color: rgb(91,234,205); }

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