Html Css Color HEX #5ACBD1 Medium Turquoise

📋 copy color: '#5ACBD1'

red 90 ◦ green 203 ◦ blue 209

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

Shades of Medium Turquoise #5ACBD1

Tints of Medium Turquoise #5ACBD1

RGB

 RED value IS 90 (35.55% from 255) = 17.93%

 GREEN value IS 203 (79.69% from 255) = 40.44%

 BLUE value IS 209 (82.03% from 255) = 41.63%

R = 17.93%
G = 40.44%
B = 41.63%

CMYK

 C value IS 0.57

 M value IS 0.03

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#5ACBD1 (or 0x5ACBD1) is known color: Medium Turquoise. HEX triplet: 5A, CB and D1. RGB value is (90,203,209). Sum of RGB (Red+Green+Blue) = 90+203+209=502 (66% of max value = 765). Red value is 90 (35.55% from 255 or 17.93% from 502); Green value is 203 (79.69% from 255 or 40.44% from 502); Blue value is 209 (82.03% from 255 or 41.63% from 502); Max value from RGB is 209 - color contains mainly: blue. Hex color #5ACBD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACBD1 is #A5342E. Grayscale: #A9A9A9. Windows color (decimal): -10826799 or 13749082. OLE color: 13749082.

HSL color Cylindrical-coordinate representation of color #5ACBD1: hue angle of 183.03º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5ACBD1 is Cyan = 0.57, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 90 203 209 -
CMYK 0.57 0.03 0 0.18
HSL 183.03º 0.56% 0.59% -
HSV(B) 183.03º 0.57% 0.82% -
XYZ 37.08 49.49 67.92 -
YUV 169.9 150.06 71.01 -
System Red Green Blue C M Y K H S L
Decimal 90 203 209 0.57 0.03 0 0.18 183.03 0.56 0.59
Hex 5A CB D1 39 3 0 12 B7 38 3B
Octal 132 313 321 71 3 0 22 267 70 73
Binary 1011010 11001011 11010001 111001 11 0 10010 10110111 111000 111011

Color Harmonies of #5ACBD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACBD1

Black with #5ACBD1

Text Example


Text Example

White with #5ACBD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,203,209); }

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

background-color css

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

 a { background-color: rgb(90,203,209); }

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

border-color css

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

 span { border-color: rgb(90,203,209); }

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