Html Css Color HEX #5BCFCE Medium Turquoise

📋 copy color: '#5BCFCE'

red 91 ◦ green 207 ◦ blue 206

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

Shades of Medium Turquoise #5BCFCE

Tints of Medium Turquoise #5BCFCE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.07%

 BLUE value IS 206 (80.86% from 255) = 40.87%

R = 18.06%
G = 41.07%
B = 40.87%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#5BCFCE (or 0x5BCFCE) is known color: Medium Turquoise. HEX triplet: 5B, CF and CE. RGB value is (91,207,206). Sum of RGB (Red+Green+Blue) = 91+207+206=504 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.06% from 504); Green value is 207 (81.25% from 255 or 41.07% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 207 - color contains mainly: green. Hex color #5BCFCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BCFCE is #A43031. Grayscale: #ACACAC. Windows color (decimal): -10760242 or 13553499. OLE color: 13553499.

HSL color Cylindrical-coordinate representation of color #5BCFCE: hue angle of 179.48º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5BCFCE is Cyan = 0.56, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 91 207 206 -
CMYK 0.56 0 0.00 0.19
HSL 179.48º 0.55% 0.58% -
HSV(B) 179.48º 0.56% 0.81% -
XYZ 37.77 51.31 66.31 -
YUV 172.2 147.07 70.08 -
System Red Green Blue C M Y K H S L
Decimal 91 207 206 0.56 0 0.00 0.19 179.48 0.55 0.58
Hex 5B CF CE 38 0 0 13 B3 37 3A
Octal 133 317 316 70 0 0 23 263 67 72
Binary 1011011 11001111 11001110 111000 0 0 10011 10110011 110111 111010

Color Harmonies of #5BCFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BCFCE

Black with #5BCFCE

Text Example


Text Example

White with #5BCFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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