Html Css Color HEX #5BEBDA Turquoise

📋 copy color: '#5BEBDA'

red 91 ◦ green 235 ◦ blue 218

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

Shades of Turquoise #5BEBDA

Tints of Turquoise #5BEBDA

RGB

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

 GREEN value IS 235 (92.19% from 255) = 43.2%

 BLUE value IS 218 (85.55% from 255) = 40.07%

R = 16.73%
G = 43.2%
B = 40.07%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#5BEBDA (or 0x5BEBDA) is known color: Turquoise. HEX triplet: 5B, EB and DA. RGB value is (91,235,218). Sum of RGB (Red+Green+Blue) = 91+235+218=544 (72% of max value = 765). Red value is 91 (35.94% from 255 or 16.73% from 544); Green value is 235 (92.19% from 255 or 43.20% from 544); Blue value is 218 (85.55% from 255 or 40.07% from 544); Max value from RGB is 235 - color contains mainly: green. Hex color #5BEBDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BEBDA is #A41425. Grayscale: #BDBDBD. Windows color (decimal): -10753062 or 14347099. OLE color: 14347099.

HSL color Cylindrical-coordinate representation of color #5BEBDA: hue angle of 172.92º degrees, saturation: 0.78, 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 #5BEBDA is Cyan = 0.61, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 91 235 218 -
CMYK 0.61 0 0.07 0.08
HSL 172.92º 0.78% 0.64% -
HSV(B) 172.92º 0.61% 0.92% -
XYZ 46.68 66.7 76.74 -
YUV 190.01 143.79 57.38 -
System Red Green Blue C M Y K H S L
Decimal 91 235 218 0.61 0 0.07 0.08 172.92 0.78 0.64
Hex 5B EB DA 3D 0 7 8 AD 4E 40
Octal 133 353 332 75 0 7 10 255 116 100
Binary 1011011 11101011 11011010 111101 0 111 1000 10101101 1001110 1000000

Color Harmonies of #5BEBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BEBDA

Black with #5BEBDA

Text Example


Text Example

White with #5BEBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,235,218); }

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

background-color css

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

 a { background-color: rgb(91,235,218); }

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

border-color css

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

 span { border-color: rgb(91,235,218); }

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