Html Css Color HEX #5BCACF Medium Turquoise

📋 copy color: '#5BCACF'

red 91 ◦ green 202 ◦ blue 207

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

Shades of Medium Turquoise #5BCACF

Tints of Medium Turquoise #5BCACF

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.4%

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

R = 18.2%
G = 40.4%
B = 41.4%

CMYK

 C value IS 0.56

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5BCACF (or 0x5BCACF) is known color: Medium Turquoise. HEX triplet: 5B, CA and CF. RGB value is (91,202,207). Sum of RGB (Red+Green+Blue) = 91+202+207=500 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.2% from 500); Green value is 202 (79.30% from 255 or 40.4% from 500); Blue value is 207 (81.25% from 255 or 41.4% from 500); Max value from RGB is 207 - color contains mainly: blue. Hex color #5BCACF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BCACF is #A43530. Grayscale: #A9A9A9. Windows color (decimal): -10761521 or 13617755. OLE color: 13617755.

HSL color Cylindrical-coordinate representation of color #5BCACF: hue angle of 182.59º 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 #5BCACF is Cyan = 0.56, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 91 202 207 -
CMYK 0.56 0.02 0 0.19
HSL 182.59º 0.55% 0.58% -
HSV(B) 182.59º 0.56% 0.81% -
XYZ 36.7 48.97 66.55 -
YUV 169.38 149.23 72.09 -
System Red Green Blue C M Y K H S L
Decimal 91 202 207 0.56 0.02 0 0.19 182.59 0.55 0.58
Hex 5B CA CF 38 2 0 13 B7 37 3A
Octal 133 312 317 70 2 0 23 267 67 72
Binary 1011011 11001010 11001111 111000 10 0 10011 10110111 110111 111010

Color Harmonies of #5BCACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BCACF

Black with #5BCACF

Text Example


Text Example

White with #5BCACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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