Html Css Color HEX #5BCFCA Medium Turquoise

📋 copy color: '#5BCFCA'

red 91 ◦ green 207 ◦ blue 202

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

Shades of Medium Turquoise #5BCFCA

Tints of Medium Turquoise #5BCFCA

RGB

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

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

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

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

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

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

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

Color convert

RGB 91 207 202 -
CMYK 0.56 0 0.02 0.19
HSL 177.41º 0.55% 0.58% -
HSV(B) 177.41º 0.56% 0.81% -
XYZ 37.29 51.11 63.78 -
YUV 171.75 145.07 70.41 -
System Red Green Blue C M Y K H S L
Decimal 91 207 202 0.56 0 0.02 0.19 177.41 0.55 0.58
Hex 5B CF CA 38 0 2 13 B1 37 3A
Octal 133 317 312 70 0 2 23 261 67 72
Binary 1011011 11001111 11001010 111000 0 10 10011 10110001 110111 111010

Color Harmonies of #5BCFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BCFCA

Black with #5BCFCA

Text Example


Text Example

White with #5BCFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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