Html Css Color HEX #5ACFD1 Medium Turquoise

📋 copy color: '#5ACFD1'

red 90 ◦ green 207 ◦ blue 209

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

Shades of Medium Turquoise #5ACFD1

Tints of Medium Turquoise #5ACFD1

RGB

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

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

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

R = 17.79%
G = 40.91%
B = 41.3%

CMYK

 C value IS 0.57

 M value IS 0.01

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#5ACFD1 (or 0x5ACFD1) is known color: Medium Turquoise. HEX triplet: 5A, CF and D1. RGB value is (90,207,209). Sum of RGB (Red+Green+Blue) = 90+207+209=506 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.79% from 506); Green value is 207 (81.25% from 255 or 40.91% from 506); Blue value is 209 (82.03% from 255 or 41.30% from 506); Max value from RGB is 209 - color contains mainly: blue. Hex color #5ACFD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACFD1 is #A5302E. Grayscale: #ACACAC. Windows color (decimal): -10825775 or 13750106. OLE color: 13750106.

HSL color Cylindrical-coordinate representation of color #5ACFD1: hue angle of 181.01º 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 #5ACFD1 is Cyan = 0.57, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 90 207 209 -
CMYK 0.57 0.01 0 0.18
HSL 181.01º 0.56% 0.59% -
HSV(B) 181.01º 0.57% 0.82% -
XYZ 38.04 51.4 68.24 -
YUV 172.25 148.74 69.34 -
System Red Green Blue C M Y K H S L
Decimal 90 207 209 0.57 0.01 0 0.18 181.01 0.56 0.59
Hex 5A CF D1 39 1 0 12 B5 38 3B
Octal 132 317 321 71 1 0 22 265 70 73
Binary 1011010 11001111 11010001 111001 1 0 10010 10110101 111000 111011

Color Harmonies of #5ACFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACFD1

Black with #5ACFD1

Text Example


Text Example

White with #5ACFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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