Html Css Color HEX #5BCFC3 Medium Turquoise

📋 copy color: '#5BCFC3'

red 91 ◦ green 207 ◦ blue 195

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

Shades of Medium Turquoise #5BCFC3

Tints of Medium Turquoise #5BCFC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 39.55%

R = 18.46%
G = 41.99%
B = 39.55%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#5BCFC3 (or 0x5BCFC3) is known color: Medium Turquoise. HEX triplet: 5B, CF and C3. RGB value is (91,207,195). Sum of RGB (Red+Green+Blue) = 91+207+195=493 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.46% from 493); Green value is 207 (81.25% from 255 or 41.99% from 493); Blue value is 195 (76.56% from 255 or 39.55% from 493); Max value from RGB is 207 - color contains mainly: green. Hex color #5BCFC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BCFC3 is #A4303C. Grayscale: #AAAAAA. Windows color (decimal): -10760253 or 12832603. OLE color: 12832603.

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

Color convert

RGB 91 207 195 -
CMYK 0.56 0 0.06 0.19
HSL 173.79º 0.55% 0.58% -
HSV(B) 173.79º 0.56% 0.81% -
XYZ 36.48 50.79 59.51 -
YUV 170.95 141.57 70.98 -
System Red Green Blue C M Y K H S L
Decimal 91 207 195 0.56 0 0.06 0.19 173.79 0.55 0.58
Hex 5B CF C3 38 0 6 13 AE 37 3A
Octal 133 317 303 70 0 6 23 256 67 72
Binary 1011011 11001111 11000011 111000 0 110 10011 10101110 110111 111010

Color Harmonies of #5BCFC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BCFC3

Black with #5BCFC3

Text Example


Text Example

White with #5BCFC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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