Html Css Color HEX #5ACFCF Medium Turquoise

📋 copy color: '#5ACFCF'

red 90 ◦ green 207 ◦ blue 207

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

Shades of Medium Turquoise #5ACFCF

Tints of Medium Turquoise #5ACFCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.07%

R = 17.86%
G = 41.07%
B = 41.07%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5ACFCF (or 0x5ACFCF) is known color: Medium Turquoise. HEX triplet: 5A, CF and CF. RGB value is (90,207,207). Sum of RGB (Red+Green+Blue) = 90+207+207=504 (66% of max value = 765). Red value is 90 (35.55% from 255 or 17.86% from 504); Green value is 207 (81.25% from 255 or 41.07% from 504); Blue value is 207 (81.25% from 255 or 41.07% from 504); Max value from RGB is 207 - color contains mainly: green, blue. Hex color #5ACFCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACFCF is #A53030. Grayscale: #ABABAB. Windows color (decimal): -10825777 or 13619034. OLE color: 13619034.

HSL color Cylindrical-coordinate representation of color #5ACFCF: hue angle of 180º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5ACFCF is Cyan = 0.57, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 90 207 207 -
CMYK 0.57 0 0 0.19
HSL 180º 0.55% 0.58% -
HSV(B) 180º 0.57% 0.81% -
XYZ 37.79 51.3 66.94 -
YUV 172.02 147.74 69.5 -
System Red Green Blue C M Y K H S L
Decimal 90 207 207 0.57 0 0 0.19 180 0.55 0.58
Hex 5A CF CF 39 0 0 13 B4 37 3A
Octal 132 317 317 71 0 0 23 264 67 72
Binary 1011010 11001111 11001111 111001 0 0 10011 10110100 110111 111010

Color Harmonies of #5ACFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACFCF

Black with #5ACFCF

Text Example


Text Example

White with #5ACFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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