Html Css Color HEX #5BDBCA Medium Turquoise

📋 copy color: '#5BDBCA'

red 91 ◦ green 219 ◦ blue 202

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

Shades of Medium Turquoise #5BDBCA

Tints of Medium Turquoise #5BDBCA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.77%

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

R = 17.77%
G = 42.77%
B = 39.45%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#5BDBCA (or 0x5BDBCA) is known color: Medium Turquoise. HEX triplet: 5B, DB and CA. RGB value is (91,219,202). Sum of RGB (Red+Green+Blue) = 91+219+202=512 (67% of max value = 765). Red value is 91 (35.94% from 255 or 17.77% from 512); Green value is 219 (85.94% from 255 or 42.77% from 512); Blue value is 202 (79.30% from 255 or 39.45% from 512); Max value from RGB is 219 - color contains mainly: green. Hex color #5BDBCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BDBCA is #A42435. Grayscale: #B2B2B2. Windows color (decimal): -10757174 or 13294427. OLE color: 13294427.

HSL color Cylindrical-coordinate representation of color #5BDBCA: hue angle of 172.03º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5BDBCA is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 91 219 202 -
CMYK 0.58 0 0.08 0.14
HSL 172.03º 0.64% 0.61% -
HSV(B) 172.03º 0.58% 0.86% -
XYZ 40.31 57.15 64.78 -
YUV 178.79 141.09 65.38 -
System Red Green Blue C M Y K H S L
Decimal 91 219 202 0.58 0 0.08 0.14 172.03 0.64 0.61
Hex 5B DB CA 3A 0 8 E AC 40 3D
Octal 133 333 312 72 0 10 16 254 100 75
Binary 1011011 11011011 11001010 111010 0 1000 1110 10101100 1000000 111101

Color Harmonies of #5BDBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BDBCA

Black with #5BDBCA

Text Example


Text Example

White with #5BDBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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