Html Css Color HEX #5BEEDD Turquoise

📋 copy color: '#5BEEDD'

red 91 ◦ green 238 ◦ blue 221

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

Shades of Turquoise #5BEEDD

Tints of Turquoise #5BEEDD

RGB

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

 GREEN value IS 238 (93.36% from 255) = 43.27%

 BLUE value IS 221 (86.72% from 255) = 40.18%

R = 16.55%
G = 43.27%
B = 40.18%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#5BEEDD (or 0x5BEEDD) is known color: Turquoise. HEX triplet: 5B, EE and DD. RGB value is (91,238,221). Sum of RGB (Red+Green+Blue) = 91+238+221=550 (72% of max value = 765). Red value is 91 (35.94% from 255 or 16.55% from 550); Green value is 238 (93.36% from 255 or 43.27% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 238 - color contains mainly: green. Hex color #5BEEDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BEEDD is #A41122. Grayscale: #C0C0C0. Windows color (decimal): -10752291 or 14544475. OLE color: 14544475.

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

Color convert

RGB 91 238 221 -
CMYK 0.62 0 0.07 0.07
HSL 173.06º 0.81% 0.65% -
HSV(B) 173.06º 0.62% 0.93% -
XYZ 47.94 68.59 79.12 -
YUV 192.11 144.3 55.88 -
System Red Green Blue C M Y K H S L
Decimal 91 238 221 0.62 0 0.07 0.07 173.06 0.81 0.65
Hex 5B EE DD 3E 0 7 7 AD 51 41
Octal 133 356 335 76 0 7 7 255 121 101
Binary 1011011 11101110 11011101 111110 0 111 111 10101101 1010001 1000001

Color Harmonies of #5BEEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BEEDD

Black with #5BEEDD

Text Example


Text Example

White with #5BEEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,238,221); }

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

background-color css

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

 a { background-color: rgb(91,238,221); }

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

border-color css

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

 span { border-color: rgb(91,238,221); }

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