Html Css Color HEX #5BCFCB Medium Turquoise

📋 copy color: '#5BCFCB'

red 91 ◦ green 207 ◦ blue 203

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

Shades of Medium Turquoise #5BCFCB

Tints of Medium Turquoise #5BCFCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.52%

R = 18.16%
G = 41.32%
B = 40.52%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#5BCFCB (or 0x5BCFCB) is known color: Medium Turquoise. HEX triplet: 5B, CF and CB. RGB value is (91,207,203). Sum of RGB (Red+Green+Blue) = 91+207+203=501 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.16% from 501); Green value is 207 (81.25% from 255 or 41.32% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 207 - color contains mainly: green. Hex color #5BCFCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BCFCB is #A43034. Grayscale: #ABABAB. Windows color (decimal): -10760245 or 13356891. OLE color: 13356891.

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

Color convert

RGB 91 207 203 -
CMYK 0.56 0 0.02 0.19
HSL 177.93º 0.55% 0.58% -
HSV(B) 177.93º 0.56% 0.81% -
XYZ 37.41 51.16 64.4 -
YUV 171.86 145.57 70.33 -
System Red Green Blue C M Y K H S L
Decimal 91 207 203 0.56 0 0.02 0.19 177.93 0.55 0.58
Hex 5B CF CB 38 0 2 13 B2 37 3A
Octal 133 317 313 70 0 2 23 262 67 72
Binary 1011011 11001111 11001011 111000 0 10 10011 10110010 110111 111010

Color Harmonies of #5BCFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BCFCB

Black with #5BCFCB

Text Example


Text Example

White with #5BCFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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