Html Css Color HEX #5BDFCC Medium Turquoise

📋 copy color: '#5BDFCC'

red 91 ◦ green 223 ◦ blue 204

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

Shades of Medium Turquoise #5BDFCC

Tints of Medium Turquoise #5BDFCC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.05%

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

R = 17.57%
G = 43.05%
B = 39.38%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#5BDFCC (or 0x5BDFCC) is known color: Medium Turquoise. HEX triplet: 5B, DF and CC. RGB value is (91,223,204). Sum of RGB (Red+Green+Blue) = 91+223+204=518 (68% of max value = 765). Red value is 91 (35.94% from 255 or 17.57% from 518); Green value is 223 (87.5% from 255 or 43.05% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 223 - color contains mainly: green. Hex color #5BDFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BDFCC is #A42033. Grayscale: #B5B5B5. Windows color (decimal): -10756148 or 13426523. OLE color: 13426523.

HSL color Cylindrical-coordinate representation of color #5BDFCC: hue angle of 171.36º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5BDFCC is Cyan = 0.59, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 91 223 204 -
CMYK 0.59 0 0.09 0.13
HSL 171.36º 0.67% 0.62% -
HSV(B) 171.36º 0.59% 0.87% -
XYZ 41.6 59.36 66.39 -
YUV 181.37 140.77 63.54 -
System Red Green Blue C M Y K H S L
Decimal 91 223 204 0.59 0 0.09 0.13 171.36 0.67 0.62
Hex 5B DF CC 3B 0 9 D AB 43 3E
Octal 133 337 314 73 0 11 15 253 103 76
Binary 1011011 11011111 11001100 111011 0 1001 1101 10101011 1000011 111110

Color Harmonies of #5BDFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BDFCC

Black with #5BDFCC

Text Example


Text Example

White with #5BDFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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