Html Css Color HEX #5BCFCC Medium Turquoise

📋 copy color: '#5BCFCC'

red 91 ◦ green 207 ◦ blue 204

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

Shades of Medium Turquoise #5BCFCC

Tints of Medium Turquoise #5BCFCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.64%

R = 18.13%
G = 41.24%
B = 40.64%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#5BCFCC (or 0x5BCFCC) is known color: Medium Turquoise. HEX triplet: 5B, CF and CC. RGB value is (91,207,204). Sum of RGB (Red+Green+Blue) = 91+207+204=502 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.13% from 502); Green value is 207 (81.25% from 255 or 41.24% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 207 - color contains mainly: green. Hex color #5BCFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BCFCC is #A43033. Grayscale: #ABABAB. Windows color (decimal): -10760244 or 13422427. OLE color: 13422427.

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

Color convert

RGB 91 207 204 -
CMYK 0.56 0 0.01 0.19
HSL 178.45º 0.55% 0.58% -
HSV(B) 178.45º 0.56% 0.81% -
XYZ 37.53 51.21 65.03 -
YUV 171.97 146.07 70.24 -
System Red Green Blue C M Y K H S L
Decimal 91 207 204 0.56 0 0.01 0.19 178.45 0.55 0.58
Hex 5B CF CC 38 0 1 13 B2 37 3A
Octal 133 317 314 70 0 1 23 262 67 72
Binary 1011011 11001111 11001100 111000 0 1 10011 10110010 110111 111010

Color Harmonies of #5BCFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BCFCC

Black with #5BCFCC

Text Example


Text Example

White with #5BCFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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