Html Css Color HEX #5BEFDC Turquoise

📋 copy color: '#5BEFDC'

red 91 ◦ green 239 ◦ blue 220

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

Shades of Turquoise #5BEFDC

Tints of Turquoise #5BEFDC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 43.45%

 BLUE value IS 220 (86.33% from 255) = 40%

R = 16.55%
G = 43.45%
B = 40%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#5BEFDC (or 0x5BEFDC) is known color: Turquoise. HEX triplet: 5B, EF and DC. RGB value is (91,239,220). Sum of RGB (Red+Green+Blue) = 91+239+220=550 (72% of max value = 765). Red value is 91 (35.94% from 255 or 16.55% from 550); Green value is 239 (93.75% from 255 or 43.45% from 550); Blue value is 220 (86.33% from 255 or 40% from 550); Max value from RGB is 239 - color contains mainly: green. Hex color #5BEFDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BEFDC is #A41023. Grayscale: #C0C0C0. Windows color (decimal): -10752036 or 14479195. OLE color: 14479195.

HSL color Cylindrical-coordinate representation of color #5BEFDC: hue angle of 172.3º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BEFDC is Cyan = 0.62, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 91 239 220 -
CMYK 0.62 0 0.08 0.06
HSL 172.3º 0.82% 0.65% -
HSV(B) 172.3º 0.62% 0.94% -
XYZ 48.1 69.12 78.52 -
YUV 192.58 143.47 55.54 -
System Red Green Blue C M Y K H S L
Decimal 91 239 220 0.62 0 0.08 0.06 172.3 0.82 0.65
Hex 5B EF DC 3E 0 8 6 AC 52 41
Octal 133 357 334 76 0 10 6 254 122 101
Binary 1011011 11101111 11011100 111110 0 1000 110 10101100 1010010 1000001

Color Harmonies of #5BEFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BEFDC

Black with #5BEFDC

Text Example


Text Example

White with #5BEFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,239,220); }

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

background-color css

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

 a { background-color: rgb(91,239,220); }

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

border-color css

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

 span { border-color: rgb(91,239,220); }

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