Html Css Color HEX #5BD1CF Medium Turquoise

📋 copy color: '#5BD1CF'

red 91 ◦ green 209 ◦ blue 207

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

Shades of Medium Turquoise #5BD1CF

Tints of Medium Turquoise #5BD1CF

RGB

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

 GREEN value IS 209 (82.03% from 255) = 41.22%

 BLUE value IS 207 (81.25% from 255) = 40.83%

R = 17.95%
G = 41.22%
B = 40.83%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#5BD1CF (or 0x5BD1CF) is known color: Medium Turquoise. HEX triplet: 5B, D1 and CF. RGB value is (91,209,207). Sum of RGB (Red+Green+Blue) = 91+209+207=507 (67% of max value = 765). Red value is 91 (35.94% from 255 or 17.95% from 507); Green value is 209 (82.03% from 255 or 41.22% from 507); Blue value is 207 (81.25% from 255 or 40.83% from 507); Max value from RGB is 209 - color contains mainly: green. Hex color #5BD1CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BD1CF is #A42E30. Grayscale: #ADADAD. Windows color (decimal): -10759729 or 13619547. OLE color: 13619547.

HSL color Cylindrical-coordinate representation of color #5BD1CF: hue angle of 178.98º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5BD1CF is Cyan = 0.56, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 91 209 207 -
CMYK 0.56 0 0.01 0.18
HSL 178.98º 0.56% 0.59% -
HSV(B) 178.98º 0.56% 0.82% -
XYZ 38.38 52.33 67.11 -
YUV 173.49 146.91 69.16 -
System Red Green Blue C M Y K H S L
Decimal 91 209 207 0.56 0 0.01 0.18 178.98 0.56 0.59
Hex 5B D1 CF 38 0 1 12 B3 38 3B
Octal 133 321 317 70 0 1 22 263 70 73
Binary 1011011 11010001 11001111 111000 0 1 10010 10110011 111000 111011

Color Harmonies of #5BD1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BD1CF

Black with #5BD1CF

Text Example


Text Example

White with #5BD1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,209,207); }

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

background-color css

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

 a { background-color: rgb(91,209,207); }

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

border-color css

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

 span { border-color: rgb(91,209,207); }

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