Html Css Color HEX #5BCCCF Medium Turquoise

📋 copy color: '#5BCCCF'

red 91 ◦ green 204 ◦ blue 207

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

Shades of Medium Turquoise #5BCCCF

Tints of Medium Turquoise #5BCCCF

RGB

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

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

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

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

CMYK

 C value IS 0.56

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

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

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

Color convert

RGB 91 204 207 -
CMYK 0.56 0.01 0 0.19
HSL 181.55º 0.55% 0.58% -
HSV(B) 181.55º 0.56% 0.81% -
XYZ 37.17 49.91 66.71 -
YUV 170.56 148.56 71.26 -
System Red Green Blue C M Y K H S L
Decimal 91 204 207 0.56 0.01 0 0.19 181.55 0.55 0.58
Hex 5B CC CF 38 1 0 13 B6 37 3A
Octal 133 314 317 70 1 0 23 266 67 72
Binary 1011011 11001100 11001111 111000 1 0 10011 10110110 110111 111010

Color Harmonies of #5BCCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BCCCF

Black with #5BCCCF

Text Example


Text Example

White with #5BCCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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