Html Css Color HEX #5BEDDA Turquoise

📋 copy color: '#5BEDDA'

red 91 ◦ green 237 ◦ blue 218

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

Shades of Turquoise #5BEDDA

Tints of Turquoise #5BEDDA

RGB

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

 GREEN value IS 237 (92.97% from 255) = 43.41%

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

R = 16.67%
G = 43.41%
B = 39.93%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#5BEDDA (or 0x5BEDDA) is known color: Turquoise. HEX triplet: 5B, ED and DA. RGB value is (91,237,218). Sum of RGB (Red+Green+Blue) = 91+237+218=546 (72% of max value = 765). Red value is 91 (35.94% from 255 or 16.67% from 546); Green value is 237 (92.97% from 255 or 43.41% from 546); Blue value is 218 (85.55% from 255 or 39.93% from 546); Max value from RGB is 237 - color contains mainly: green. Hex color #5BEDDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BEDDA is #A41225. Grayscale: #BFBFBF. Windows color (decimal): -10752550 or 14347611. OLE color: 14347611.

HSL color Cylindrical-coordinate representation of color #5BEDDA: hue angle of 172.19º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BEDDA is Cyan = 0.62, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 91 237 218 -
CMYK 0.62 0 0.08 0.07
HSL 172.19º 0.8% 0.64% -
HSV(B) 172.19º 0.62% 0.93% -
XYZ 47.25 67.85 76.94 -
YUV 191.18 143.13 56.54 -
System Red Green Blue C M Y K H S L
Decimal 91 237 218 0.62 0 0.08 0.07 172.19 0.8 0.64
Hex 5B ED DA 3E 0 8 7 AC 50 40
Octal 133 355 332 76 0 10 7 254 120 100
Binary 1011011 11101101 11011010 111110 0 1000 111 10101100 1010000 1000000

Color Harmonies of #5BEDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BEDDA

Black with #5BEDDA

Text Example


Text Example

White with #5BEDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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