Html Css Color HEX #5BCAD4 Medium Turquoise

📋 copy color: '#5BCAD4'

red 91 ◦ green 202 ◦ blue 212

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

Shades of Medium Turquoise #5BCAD4

Tints of Medium Turquoise #5BCAD4

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40%

 BLUE value IS 212 (83.2% from 255) = 41.98%

R = 18.02%
G = 40%
B = 41.98%

CMYK

 C value IS 0.57

 M value IS 0.05

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#5BCAD4 (or 0x5BCAD4) is known color: Medium Turquoise. HEX triplet: 5B, CA and D4. RGB value is (91,202,212). Sum of RGB (Red+Green+Blue) = 91+202+212=505 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.02% from 505); Green value is 202 (79.30% from 255 or 40% from 505); Blue value is 212 (83.20% from 255 or 41.98% from 505); Max value from RGB is 212 - color contains mainly: blue. Hex color #5BCAD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BCAD4 is #A4352B. Grayscale: #A9A9A9. Windows color (decimal): -10761516 or 13945435. OLE color: 13945435.

HSL color Cylindrical-coordinate representation of color #5BCAD4: hue angle of 184.96º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5BCAD4 is Cyan = 0.57, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 91 202 212 -
CMYK 0.57 0.05 0 0.17
HSL 184.96º 0.58% 0.59% -
HSV(B) 184.96º 0.57% 0.83% -
XYZ 37.32 49.22 69.82 -
YUV 169.95 151.73 71.69 -
System Red Green Blue C M Y K H S L
Decimal 91 202 212 0.57 0.05 0 0.17 184.96 0.58 0.59
Hex 5B CA D4 39 5 0 11 B9 3A 3B
Octal 133 312 324 71 5 0 21 271 72 73
Binary 1011011 11001010 11010100 111001 101 0 10001 10111001 111010 111011

Color Harmonies of #5BCAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BCAD4

Black with #5BCAD4

Text Example


Text Example

White with #5BCAD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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