Html Css Color HEX #5BCFC4 Medium Turquoise

📋 copy color: '#5BCFC4'

red 91 ◦ green 207 ◦ blue 196

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

Shades of Medium Turquoise #5BCFC4

Tints of Medium Turquoise #5BCFC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 39.68%

R = 18.42%
G = 41.9%
B = 39.68%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#5BCFC4 (or 0x5BCFC4) is known color: Medium Turquoise. HEX triplet: 5B, CF and C4. RGB value is (91,207,196). Sum of RGB (Red+Green+Blue) = 91+207+196=494 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.42% from 494); Green value is 207 (81.25% from 255 or 41.90% from 494); Blue value is 196 (76.95% from 255 or 39.68% from 494); Max value from RGB is 207 - color contains mainly: green. Hex color #5BCFC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BCFC4 is #A4303B. Grayscale: #AAAAAA. Windows color (decimal): -10760252 or 12898139. OLE color: 12898139.

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

Color convert

RGB 91 207 196 -
CMYK 0.56 0 0.05 0.19
HSL 174.31º 0.55% 0.58% -
HSV(B) 174.31º 0.56% 0.81% -
XYZ 36.59 50.84 60.11 -
YUV 171.06 142.07 70.89 -
System Red Green Blue C M Y K H S L
Decimal 91 207 196 0.56 0 0.05 0.19 174.31 0.55 0.58
Hex 5B CF C4 38 0 5 13 AE 37 3A
Octal 133 317 304 70 0 5 23 256 67 72
Binary 1011011 11001111 11000100 111000 0 101 10011 10101110 110111 111010

Color Harmonies of #5BCFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BCFC4

Black with #5BCFC4

Text Example


Text Example

White with #5BCFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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